Skip to content

Commit

Permalink
Merge pull request #7037 from filecoin-project/fix/codecov-regex
Browse files Browse the repository at this point in the history
codecov: fix regexes
  • Loading branch information
Stebalien authored Aug 11, 2021
2 parents cbb7c19 + 4bf8cb4 commit 9911ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
comment: off
ignore:
# Auto generated
- "**_gen.go$"
- "**/mocks_full.go$"
- "^.*_gen.go$"
- "^.*/mocks_full.go$"
- "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only.
# Tests
- "api/test/**"
Expand Down

0 comments on commit 9911ab1

Please sign in to comment.