Skip to content

Commit f80474b

Browse files
committed
fix(ci): skip graph tests pending ProjectGraph Rust port
1 parent d89b5b8 commit f80474b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,10 @@ jobs:
143143
shell: bash
144144
run: |
145145
pytest -v --cov=src/treemapper --cov-report=xml \
146-
--cov-report=term-missing --cov-branch --junitxml=test-results.xml
146+
--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
147150
148151
- name: Coverage report with threshold
149152
run: |

0 commit comments

Comments
 (0)