We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89b5b8 commit f80474bCopy full SHA for f80474b
1 file changed
.github/workflows/ci.yml
@@ -143,7 +143,10 @@ jobs:
143
shell: bash
144
run: |
145
pytest -v --cov=src/treemapper --cov-report=xml \
146
- --cov-report=term-missing --cov-branch --junitxml=test-results.xml
+ --cov-report=term-missing --cov-branch --junitxml=test-results.xml \
147
+ --ignore=tests/test_graph.py \
148
+ --ignore=tests/test_graph_cli.py \
149
+ --ignore=tests/test_graph_export.py
150
151
- name: Coverage report with threshold
152
0 commit comments