Skip to content

Commit

Permalink
ignore any file with test in the path or name for coverage (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst authored Dec 18, 2024
1 parent ffa9c3c commit 4d38175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run:
name: Remove test, mock and generated code
command: |
cat c_raw.out | grep -v generated | grep -v mock | grep -v test.go > c.out
cat c_raw.out | grep -v generated | grep -v mock | grep -v test > c.out
# Run coverage report for Code Climate
- run:
name: Setup Code Climate test-reporter
Expand Down

0 comments on commit 4d38175

Please sign in to comment.