Skip to content

Commit

Permalink
Merge pull request google#582 from google/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-2.1.0

Bump codecov/codecov-action from 2.0.3 to 2.1.0
  • Loading branch information
github-actions[bot] committed Sep 14, 2021
2 parents fd529c5 + 0e94b6a commit b5c51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
# secret merge commit of the PR itself. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#pull-request-event-pull_request
echo ${{ github.event.pull_request.head.sha }} > test-results/sha-number
make --debug junit-regtest TESTCOVERPROFILE=coverprofile
- uses: codecov/codecov-action@v2.0.3
- uses: codecov/codecov-action@v2.1.0
if: always()
with:
file: coverprofile
Expand Down

0 comments on commit b5c51f4

Please sign in to comment.