Skip to content

Commit 129a23f

Browse files
dependabot[bot]pared
authored andcommitted
build(deps): Bump codecov/codecov-action from 3.0.0 to 3.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.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@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e474693 commit 129a23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: nox -s tests-${{ matrix.pyv }} -- --cov-report=xml
3535

3636
- name: Upload coverage report
37-
uses: codecov/codecov-action@v3.0.0
37+
uses: codecov/codecov-action@v3.1.0
3838

3939
- name: Build package
4040
run: nox -s build

0 commit comments

Comments
 (0)