Skip to content

Commit 26b04fc

Browse files
Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#182)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.1...v3.1.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>
1 parent ee28b7f commit 26b04fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
pytest --verbose --cov=. --cov-report=xml
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v3.1.1
42+
uses: codecov/codecov-action@v3.1.2
4343
if: ${{ matrix.python-version }} == 3.9
4444
with:
4545
file: ./coverage.xml

0 commit comments

Comments
 (0)