-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update codecov comment, remove unnecessary part of codecov workflow
- Loading branch information
1 parent
385ef91
commit c865c99
Showing
2 changed files
with
38 additions
and
10 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 |
---|---|---|
@@ -1,3 +1,38 @@ | ||
# cat codecov.yml | curl --data-binary @- https://codecov.io/validate | ||
fixes: | ||
- "empower/::" | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
informational: true | ||
target: 50% | ||
patch: | ||
react: | ||
informational: true | ||
target: 80% | ||
flags: | ||
- react | ||
flask: | ||
informational: true | ||
target: 50% | ||
flags: | ||
- flask | ||
github_checks: | ||
annotations: true | ||
|
||
comment: | ||
layout: "newheader, diff, flags, files" | ||
require_changes: false #if true: only post the comment if coverage changes | ||
require_base: false # [yes :: must have a base report to post] | ||
require_head: true # [yes :: must have a head report to post] | ||
show_carryforward_flags: true | ||
# show_critical_paths: true # affects labeled critical files -- leaving out for now | ||
hide_comment_details: true # collapse 'detailed info' for PR comment | ||
|
||
flags: | ||
flask: | ||
carryforward: true | ||
paths: | ||
- flask | ||
react: | ||
carryforward: true | ||
paths: | ||
- react |