generated from vacp2p/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add codecov task to CI actions
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
codecov: | ||
require_ci_to_pass: false | ||
comment: false | ||
ignore: | ||
- "script" | ||
- "test" | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
# advanced settings | ||
|
||
# Prevents PR from being blocked with a reduction in coverage. | ||
# Note, if we want to re-enable this, a `threshold` value can be used | ||
# allow coverage to drop by x% while still posting a success status. | ||
# `informational`: https://docs.codecov.com/docs/commit-status#informational | ||
# `threshold`: https://docs.codecov.com/docs/commit-status#threshold | ||
informational: true | ||
patch: | ||
default: | ||
# advanced settings | ||
|
||
# Prevents PR from being blocked with a reduction in coverage. | ||
# Note, if we want to re-enable this, a `threshold` value can be used | ||
# allow coverage to drop by x% while still posting a success status. | ||
# `informational`: https://docs.codecov.com/docs/commit-status#informational | ||
# `threshold`: https://docs.codecov.com/docs/commit-status#threshold | ||
informational: true |