Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
ci(deps): bump codecov/codecov-action from v1.1.1 to v1.2.2 (#40)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.1.1 to v1.2.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@v1.1.1...1f8f3ab)

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] authored Mar 10, 2021
1 parent e18477e commit 9d4fa3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: coverage-report

- name: Push to codecov
uses: codecov/codecov-action@v1.1.1
uses: codecov/codecov-action@v1.2.2
with:
file: jacoco.xml
flags: unit-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
title: latest

- name: Push to CodeCov
uses: codecov/codecov-action@v1.1.1
uses: codecov/codecov-action@v1.2.2
with:
file: target/site/jacoco/jacoco.xml
flags: unit-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
prerelease: false

- name: Push to CodeCov
uses: codecov/codecov-action@v1.1.1
uses: codecov/codecov-action@v1.2.2
with:
file: target/site/jacoco/jacoco.xml
flags: unit-tests
Expand Down

0 comments on commit 9d4fa3e

Please sign in to comment.