Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
codecov v4 doesn't exist
  • Loading branch information
jaqx0r authored Nov 15, 2023
1 parent 16a905a commit f32b305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo ${{ github.sha }} > test-results/sha-number
fi
python setup.py test --addopts "-v --durations=0 --junitxml=test-results/junit.xml --cov=nss_cache"
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
if: always()
- name: Install
run: pip install --user .
Expand Down

0 comments on commit f32b305

Please sign in to comment.