1
0
Fork 0
mirror of synced 2024-12-11 16:35:35 -05:00

Compare commits

..

1 commit

Author SHA1 Message Date
hansegard
f586e1400d
Merge 22a7cbb6f7 into 720206578a 2024-05-25 23:01:20 -05:00
2 changed files with 2 additions and 9 deletions

View file

@ -47,14 +47,11 @@ jobs:
run: | run: |
python -m tox python -m tox
python -m tox -e coverage_report python -m tox -e coverage_report
- uses: codecov/codecov-action@v5 - uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
fmt: fmt:
name: Format name: Format
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v3
- uses: psf/black@stable - uses: psf/black@stable
- uses: isort/isort-action@v1 - uses: isort/isort-action@v1

View file

@ -1,4 +0,0 @@
coverage:
status:
project: off
patch: off