Skip to content

Commit

Permalink
Add source flag for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivie Franklova (CZ) authored and Olivie Franklova (CZ) committed Apr 26, 2024
1 parent a0e4a9c commit a284c03
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 @@ -53,7 +53,7 @@ jobs:
pip install coverage pytest
- name: Run tests
run: coverage run -m pytest $TEST_FILES
run: coverage run --source='similarity,column2Vec' -m pytest $TEST_FILES

- name: Show coverage
run: coverage report -m
Expand Down

0 comments on commit a284c03

Please sign in to comment.