fix way coverage is run during release
This commit is contained in:
parent
d53b92fc8c
commit
a6661a86bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: python -mpip install -r requirements-dev.txt
|
||||
|
||||
- name: Test
|
||||
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100
|
||||
run: make coverage
|
||||
|
||||
- name: Build release
|
||||
run: python -mbuild
|
||||
|
|
|
|||
Loading…
Reference in a new issue