Skip to content

Commit 215e8c4

Browse files
Bump codecov/codecov-action from 3.1.1 to 3.1.3 (#239)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.3. - [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.3) --- 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 3ed9523 commit 215e8c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
python -m pytest --doctest-modules flox --ignore flox/tests --cov=./ --cov-report=xml
7575
- name: Upload code coverage to Codecov
76-
uses: codecov/codecov-action@v3.1.1
76+
uses: codecov/codecov-action@v3.1.3
7777
with:
7878
file: ./coverage.xml
7979
flags: unittests
@@ -126,7 +126,7 @@ jobs:
126126
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
127127
128128
- name: Upload mypy coverage to Codecov
129-
uses: codecov/codecov-action@v3.1.1
129+
uses: codecov/codecov-action@v3.1.3
130130
with:
131131
file: mypy_report/cobertura.xml
132132
flags: mypy

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
pytest -n auto --cov=./ --cov-report=xml
5050
- name: Upload code coverage to Codecov
51-
uses: codecov/codecov-action@v3.1.1
51+
uses: codecov/codecov-action@v3.1.3
5252
with:
5353
file: ./coverage.xml
5454
flags: unittests
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
python -m pytest -n auto --cov=./ --cov-report=xml
9393
- name: Upload code coverage to Codecov
94-
uses: codecov/codecov-action@v3.1.1
94+
uses: codecov/codecov-action@v3.1.3
9595
with:
9696
file: ./coverage.xml
9797
flags: unittests

0 commit comments

Comments
 (0)