Skip to content

Commit

Permalink
ADD test directory itself to coverage ommit
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Mar 18, 2024
1 parent 0e8be03 commit 290beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run tests with coverage
# pyjexl code is omit as it doesn't belong to us
run: |
coverage run --omit=tcjexl/pyjexl/** -m pytest
coverage run --omit=tcjexl/pyjexl/**,tests/** -m pytest
- name: Generate coverage report
run: |
Expand Down

0 comments on commit 290beca

Please sign in to comment.