Skip to content

Commit

Permalink
changed upload to decoupler style
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed May 8, 2024
1 parent b05ad69 commit 842cdfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pytest --cov --disable-warnings networkcommons
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
directory: ./coverage/reports/
token: ${{ secrets.CODECOV_TOKEN }}
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 842cdfd

Please sign in to comment.