-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
.codecov.yml
and README badges (#7)
* Add `.codecov.yml` and README badges * Add more code coverage
- Loading branch information
1 parent
054c12f
commit 1b2d98b
Showing
6 changed files
with
109 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
codecov: | ||
notify: | ||
after_n_builds: 1 | ||
wait_for_ci: false | ||
require_ci_to_pass: false | ||
comment: | ||
behavior: default | ||
layout: diff, files | ||
require_changes: true | ||
coverage: | ||
status: | ||
patch: | ||
default: | ||
branches: | ||
- ^main$ | ||
informational: true | ||
only_pulls: false | ||
paths: | ||
- ^Sources.* | ||
target: auto | ||
project: | ||
default: | ||
branches: | ||
- ^main$ | ||
informational: true | ||
only_pulls: false | ||
paths: | ||
- ^Sources.* | ||
target: auto | ||
github_checks: | ||
annotations: true | ||
ignore: | ||
- ^Tests/.* | ||
- ^.build/.* | ||
slack_app: false |
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
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
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