-
Notifications
You must be signed in to change notification settings - Fork 154
chore: add testing documentation and coverage checks #1147
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
Merged
jescalada
merged 29 commits into
finos:main
from
jescalada:enforce-80-percent-coverage-ci
Sep 5, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ea31b06
chore: add coverage check to nyc script
jescalada 62be927
test: main proxy file (preliminary tests)
jescalada c76efe7
chore: remove non-line coverage requirements
jescalada 2abfdec
test: proxyPreparations function
jescalada 1a7b8b9
test: fix proxyPreparations repo loading and add logging
jescalada f376bf6
chore: cleanup and fix linter issue
jescalada 565bd9d
chore: add coverage and patch 80% targets to codecov.yml
jescalada 8fea7c3
Merge branch 'main' into enforce-80-percent-coverage-ci
jescalada 0240ea8
docs: add testing section to contributing.mdx
jescalada c9829cd
docs: add testing.mdx with unit testing section
jescalada 52f8da1
docs: add more details to unit test section
jescalada ad97cd5
docs: add e2e testing with cypress section
jescalada f52ef08
docs: add fuzz testing section
jescalada 16f78b7
docs: add development/testing to links
jescalada a838060
chore: remove logging
jescalada 02715f0
Merge branch 'main' into enforce-80-percent-coverage-ci
jescalada 73c5de0
test: refactor proxy tests
jescalada 911ff7f
Merge branch 'main' into enforce-80-percent-coverage-ci
jescalada 96eabcd
chore: add node v20 suggestions
jescalada 9bcb91c
Merge branch 'enforce-80-percent-coverage-ci' of https://github.com/j…
jescalada 0a1ed18
Update website/docs/development/testing.mdx
jescalada 6f41113
docs: add cache reset details to testing.mdx
jescalada 7498ddd
Merge branch 'main' into enforce-80-percent-coverage-ci
jescalada 73e862e
docs: update 1.test.js with stubbing and proxyquire examples
jescalada e3e1521
Merge branch 'main' into enforce-80-percent-coverage-ci
jescalada 8566f2a
chore: lint
jescalada 8d2c69b
chore: format
jescalada a9f36ce
Merge branch 'main' into enforce-80-percent-coverage-ci
jescalada 0ffb79c
Merge branch 'main' into enforce-80-percent-coverage-ci
kriswest 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
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 |
|---|---|---|
|
|
@@ -2,7 +2,9 @@ coverage: | |
| status: | ||
| project: | ||
| default: | ||
| target: 80 | ||
| informational: true | ||
| patch: | ||
| default: | ||
| target: 80 | ||
| informational: true | ||
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
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.