Skip to content

Commit

Permalink
Code coverage to exclude test_dirgraph.py so it passes
Browse files Browse the repository at this point in the history
  • Loading branch information
emilinmathew committed Aug 15, 2024
1 parent 40243e3 commit 551a8f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
make -j2
cd ../tests
conda run -n zerod pytest -v --durations=0 --coverage
conda run -n zerod pytest -v --durations=0 --coverage --ignore=test_dirgraph.py
cd ../Release
make coverage
- name: Save coverage report
Expand Down

0 comments on commit 551a8f1

Please sign in to comment.