Skip to content

Commit

Permalink
FIX ommit pyjexl from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Mar 18, 2024
1 parent 46db543 commit bf64e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittest-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
pip install pytest coverage
- name: Run tests with coverage
# pyjexl code is omit as it doesn't belong to us
run: |
coverage run -m pytest
coverage run --omit=tcjexl/pyjexl/ -m pytest
- name: Generate coverage report
run: |
Expand Down

0 comments on commit bf64e24

Please sign in to comment.