-
Notifications
You must be signed in to change notification settings - Fork 12
feat(ci): add code coverage checks to edge-apps-library #644
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
Open
nicomiguelino
wants to merge
27
commits into
master
Choose a base branch
from
add-code-coverage-reports
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+330
−79
Open
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f66ac8a
ci(code-coverage): add code coverage reporting to edge app workflow
nicomiguelino d37d2f9
fix(ci): simplify coverage workflow to run tests only
nicomiguelino 925768b
feat(ci): enable automatic coverage checks with 90% threshold
nicomiguelino 060f439
test(edge-apps-library): improve test coverage
nicomiguelino 5bee791
Update edge-apps/edge-apps-library/package.json
nicomiguelino 13dce38
test(edge-apps-library): update `JPEG_MAGIC_BYTES` to have only three…
nicomiguelino ae528e6
fix(edge-apps-library): correct cors_proxy_url parameter handling in …
nicomiguelino 86ab278
test(edge-apps-library): make the assertion for the error message les…
nicomiguelino ead3f2a
Update edge-apps/edge-apps-library/src/utils/theme.test.ts
nicomiguelino 1ef9018
refactor(edge-apps-library): simplify getPrimaryColor test descriptions
nicomiguelino 9e6416b
refactor(edge-apps-library): simplify getSecondaryColor test descript…
nicomiguelino 2780971
feat(ci): add coverage summary to GitHub Actions step summary
nicomiguelino fbe8a69
feat(ci): add per-file coverage details to summary
nicomiguelino f17e9ee
fix(ci): parse Bun test output for accurate coverage numbers
nicomiguelino 0602541
style(ci): right-align percentage columns in coverage table
nicomiguelino 3085098
fix(ci): use grouped commands for shellcheck compliance
nicomiguelino 6bdc932
temporary: check if the code coverage pipeline will not break existin…
nicomiguelino 3cddaf4
Update .github/workflows/edge-app-checks.yml
nicomiguelino faf37b0
chore: revert temporary changes
nicomiguelino 31f3256
Update .github/workflows/edge-app-checks.yml
nicomiguelino f80d376
Update .github/workflows/edge-app-checks.yml
nicomiguelino e3dfc59
docs(test): document expectProperty helper limitation
nicomiguelino d4de69a
test(theme): strengthen logoUrl assertion in branding test
nicomiguelino 10cee9e
test(theme): verify empty string to undefined conversion in branding
nicomiguelino a6521be
docs(test): explain jsdom Blob workaround for SVG test
nicomiguelino be6e28f
Merge branch 'master' into add-code-coverage-reports
nicomiguelino 28e2fcc
Merge branch 'master' into add-code-coverage-reports
nicomiguelino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| [test] | ||
| preload = ["./src/test/setup.ts"] | ||
| coverage = true | ||
| coverageThreshold = 0.9 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.