Skip to content

Commit

Permalink
Merge pull request #10 from mozilla/ci-add-codecov-yml
Browse files Browse the repository at this point in the history
ci: Add `.codecov.yml` file
  • Loading branch information
larseggert authored Sep 2, 2024
2 parents 49816d7 + 57396d9 commit e3e2fc7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ignore:

# Do not notify until at least three results have been uploaded from the CI pipeline.
# (This corresponds to the three main platforms we support: Linux, macOS, and Windows.)
codecov:
notify:
after_n_builds: 3
comment:
after_n_builds: 3

coverage:
status:
project:
default:
threshold: 0.05%

0 comments on commit e3e2fc7

Please sign in to comment.