Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compact markdown tables to avoid GitHub comment limit #412

Merged
merged 6 commits into from
Mar 3, 2024
Merged

Conversation

ArtiomTr
Copy link
Owner

@ArtiomTr ArtiomTr commented Mar 3, 2024

This PR fixes #404

Although this probably won't work for all cases, it is a starting point for generating smaller reports. It is not very clear which content of report is redundant, so feedback is much appreciated.

Copy link
Contributor

github-actions bot commented Mar 3, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
95.19% (-0.25% 🔻)
752/790
🟢 Branches
88.29% (-0.48% 🔻)
294/333
🟢 Functions
93.1% (-0.54% 🔻)
162/174
🟢 Lines
94.76% (-0.31% 🔻)
669/706
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 typings/Options.ts 100%
86.67% (-1.57% 🔻)
100% 100%
🟢
... / switchBranch.ts
93.75% (-1.12% 🔻)
100% (+12.5% 🔼)
100%
93.1% (-1.34% 🔻)
🟡
... / checkSingleThreshold.ts
71.43% (-0.79% 🔻)
0% (-20% 🔻)
100%
69.23% (-1.36% 🔻)
🟢
... / getNormalThreshold.ts
85.71% (-1.79% 🔻)
100% (+50% 🔼)
100%
83.33% (-2.38% 🔻)
🟡
... / tryGetJestThreshold.ts
71.43% (-3.57% 🔻)
75% 100%
66.67% (-4.76% 🔻)
🟢
... / createReport.ts
90% (-3.33% 🔻)
62.5% (-12.5% 🔻)
100%
88.89% (-3.7% 🔻)
🟢
... / formatCoverageDetailsPart.ts
91.67% (-8.33% 🔻)
100%
66.67% (-33.33% 🔻)
90.91% (-9.09% 🔻)
🟢
... / createCoverageAnnotations.ts
100%
90.91% (-3.83% 🔻)
100% 100%

Test suite run success

168 tests passing in 57 suites.

Report generated by 🧪jest coverage report action from 11b2891

@ArtiomTr ArtiomTr merged commit 11039f5 into main Mar 3, 2024
7 checks passed
@ArtiomTr ArtiomTr deleted the body-too-long branch March 3, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpError: Body is too long (maximum is 65536 characters)
1 participant