Skip to content

Commit 68aed00

Browse files
CI(dependabot): Bump codecov/codecov-action from 3 to 4 (#59)
* CI(dependabot): Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Add token --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berchet <adrien.berchet@epfl.ch>
1 parent c53a908 commit 68aed00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ jobs:
6262
with:
6363
report_paths: 'reports/pytest-*.xml'
6464
- name: Upload to codecov
65-
uses: codecov/codecov-action@v3
65+
uses: codecov/codecov-action@v4
6666
with:
6767
fail_ci_if_error: false
6868
directory: ./reports
6969
flags: pytest
7070
name: "data-validation-framework-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
71+
token: ${{ secrets.CODECOV_TOKEN }}
7172
- name: Upload test artifacts
7273
uses: actions/upload-artifact@v4
7374
if: always()

0 commit comments

Comments
 (0)