Skip to content

Commit

Permalink
chore: disable codecov status check (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed May 19, 2023
1 parent 7cfa7ae commit cc6d351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ ignore:

comment: false # will use it later.

coverage:
status:
project: off
patch: off

flags:
default_rules:
carryforward: true
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ pbbindings.go
*~
.#*
*#
cover.out
coverage.out

0 comments on commit cc6d351

Please sign in to comment.