Skip to content

Commit

Permalink
Remove ipynb files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivie Franklova (CZ) authored and Olivie Franklova (CZ) committed May 28, 2024
1 parent 58bc133 commit ff54010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: coverage run --source='similarity,column2Vec' -m pytest $TEST_FILES

- name: Show coverage
run: coverage report -m
run: coverage report -m --omit=".*.ipynb"

- name: Create coverage file
run: coverage xml
Expand Down

0 comments on commit ff54010

Please sign in to comment.