Skip to content

Commit

Permalink
chore: drop codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
okunator committed Feb 5, 2024
1 parent 7859d31 commit ccf3be5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
source .venv/bin/activate
poetry run pytest --cov cellseg_gsontools/ --cov-report xml
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
# - name: Upload coverage
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# flags: unittests
# files: ./coverage.xml
# fail_ci_if_error: true
# verbose: true

0 comments on commit ccf3be5

Please sign in to comment.