Skip to content

Commit

Permalink
Merge pull request #212 from google/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
github-actions[bot] authored Feb 1, 2024
2 parents 6c81779 + 7527138 commit 8ff451c
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@v3
- uses: codecov/codecov-action@v4
if: always()
- name: Install
run: pip install --user .
Expand Down

0 comments on commit 8ff451c

Please sign in to comment.