Skip to content

Commit

Permalink
gh workflow: Add Repository Codecov YAML (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 19, 2023
1 parent d878177 commit e313433
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# more at https://docs.codecov.com/docs/codecovyml-reference
codecov:
token: ${{ secrets.CODECOV_TOKEN }}
bot: "Codecov"
max_report_age: 12
require_ci_to_pass: yes
notify:
after_n_builds: 1
wait_for_ci: yes

coverage:
range: "70...100"
status:
project:
common:
target: auto
paths: "pkg/common"
flags:
- common-unit

0 comments on commit e313433

Please sign in to comment.