Skip to content

Commit

Permalink
omit some similarityRunner files
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivieFranklova committed Oct 2, 2024
1 parent ed9f215 commit 6fae81f
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 @@ -75,7 +75,7 @@ jobs:
pytest $TEST_FILES
- name: Show coverage
run: coverage report -m --omit=[".*.ipynb", "similarityRunner/UI", "similarityRunner/models", "similarityRunner/runner.py"]
run: coverage report -m --omit=".*.ipynb,similarityRunner/UI/*,similarityRunner/models,similarityRunner/runner.py"

- name: Create coverage file
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 6fae81f

Please sign in to comment.