Skip to content

Commit

Permalink
update coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Nov 29, 2023
1 parent 571d7bf commit 9f28154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Test with pytest and coverage
run: |
pip install coverage
pip install -r requirements.txt
RUN_SLOW=1 coverage run --source=smt -m pytest
- name: Coveralls
Expand Down

0 comments on commit 9f28154

Please sign in to comment.