Skip to content

Commit

Permalink
Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#266)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 4, 2021
1 parent ce6b614 commit bba0555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.python-version == 3.8
uses: codecov/codecov-action@v2.0.1
uses: codecov/codecov-action@v2.0.2
with:
flags: aiida
file: ./coverage.xml

- name: Upload coverage to Codecov
if: matrix.python-version == 3.8
uses: codecov/codecov-action@v2.0.1
uses: codecov/codecov-action@v2.0.2
with:
flags: mongo
file: ./mongo_cov.xml
Expand Down

0 comments on commit bba0555

Please sign in to comment.