fix workflow
This commit is contained in:
parent
632139c299
commit
507255e040
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: mypy --strict leapseconddata.py
|
||||
|
||||
- name: Test
|
||||
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100 && python -mcoverage xml
|
||||
run: python -mcoverage run --branch -m unittest leapseconddata_test.py && python -mcoverage report --fail-under=100 && python -mcoverage xml
|
||||
|
||||
- name: Upload Coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue