Skip to content

Commit

Permalink
ignore all test files
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Dec 18, 2024
1 parent 6ca135e commit 18e8ede
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 18e8ede

Please sign in to comment.