Skip to content

Commit

Permalink
Adjust coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
hackermd committed Sep 17, 2022
1 parent 504c860 commit 42236c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Type check with mypy
run: mypy src
- name: Test with pytest
run: pytest --cov=dicomslide --cov-fail-under=75 tests
run: pytest --cov=dicomslide --cov-fail-under=74 tests

0 comments on commit 42236c0

Please sign in to comment.