Skip to content

Commit

Permalink
codecov: ignore tests and testutil (ObolNetwork#2935)
Browse files Browse the repository at this point in the history
Explicitly ignore Go test files and the `testutil` directory, which contain utilities to aid testing.

category: test
ticket: none
  • Loading branch information
gsora authored Mar 6, 2024
1 parent b808cc7 commit cb3b07c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ coverage:
default:
only_pulls: true # No patch status on single commits in main.
informational: true
ignore:
- "**/*_test.go"
- "testutil"

0 comments on commit cb3b07c

Please sign in to comment.