Skip to content

Commit

Permalink
gh-actions: updated codecovcli call
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jul 2, 2024
1 parent c0a3f48 commit 5babe6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,4 @@ jobs:
env:
CODECOV_NAME: ${{ matrix.python }}-${{ matrix.os }}
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov --no-color --required -F fast -t ${{ secrets.CODECOV_TOKEN }}
poetry run codecovcli --no-color --required -F fast -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5babe6d

Please sign in to comment.