Skip to content

Commit

Permalink
test: debug codecov upload 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored May 29, 2024
1 parent c9a3e1e commit 4a506af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
- name: Run test
run: |
python3 -m pytest --cov=./ --cov-report=xml
- name: Check Codecov Token
run: echo "Codecov token is set"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand All @@ -51,7 +47,6 @@ jobs:
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4a506af

Please sign in to comment.