Skip to content

Commit

Permalink
Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#2080)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.13 to v1.0.14.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](codecov/codecov-action@v1.0.13...7d5dfa5)

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 Nov 1, 2020
1 parent 4a09447 commit 6c50a86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: make test

- run: coverage xml
- uses: codecov/codecov-action@v1.0.13
- uses: codecov/codecov-action@v1.0.14
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand All @@ -87,7 +87,7 @@ jobs:
run: make test

- run: coverage xml
- uses: codecov/codecov-action@v1.0.13
- uses: codecov/codecov-action@v1.0.14
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand All @@ -105,7 +105,7 @@ jobs:
run: make test

- run: coverage xml
- uses: codecov/codecov-action@v1.0.13
- uses: codecov/codecov-action@v1.0.14
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- run: coverage xml

- uses: codecov/codecov-action@v1.0.13
- uses: codecov/codecov-action@v1.0.14
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand Down

0 comments on commit 6c50a86

Please sign in to comment.