Skip to content

Commit

Permalink
Ignore the coverage on test files
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-au-922 committed Dec 2, 2023
1 parent 35fd2dd commit 550a3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Generate coverage report
run: |
coverage report -m
coverage html
coverage html --omit="*/test*"
- name: upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 550a3a1

Please sign in to comment.