Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 1.3.2 to 2.1.0 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 19, 2022
1 parent fe2f408 commit fa1701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
contains(github.event.commits[0].message, '[skip ci]') == false &&
contains(github.event.commits[0].message, '[ci skip]') == false
- name: 'Upload coverage reports to Codecov'
uses: codecov/codecov-action@v1.3.2
uses: codecov/codecov-action@v2.1.0
with:
fail_ci_if_error: false
file: ./coverage/lcov.info
Expand Down

0 comments on commit fa1701e

Please sign in to comment.