Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0.
- [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...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent 48a94da commit 6d78b21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
- name: Coverage
run: |
coverage xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v1.5.0
with:
name: ${{ runner.os }}, Python ${{ matrix.python-version }}, ${{ matrix.requirements }}
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Coverage
run: |
coverage xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v1.5.0
with:
name: ${{ runner.os }}, Python ${{ matrix.python-version }}, ${{ matrix.requirements }}
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
run: coverage run --append ./setup.py sdist
- name: Coverage
run: coverage xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v1.5.0
with:
name: setup
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Coverage
run: |
coverage xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v1.5.0
with:
name: ${{ runner.os }}, Python ${{ matrix.python-version }}, ${{ matrix.requirements }}

0 comments on commit 6d78b21

Please sign in to comment.