Skip to content

Commit 6b3c073

Browse files
build(deps): bump codecov/codecov-action in the github-actions group
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 459c32c commit 6b3c073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: mvn install -P jacoco --batch-mode -Dmaven.test.redirectTestOutputToFile -Dmatsim.preferLocalDtds=true
3131

3232
- name: Push code coverage to CodeCov
33-
uses: codecov/codecov-action@v6
33+
uses: codecov/codecov-action@v7
3434
with:
3535
files: ./matsim/target/site/jacoco/jacoco.xml,contribs/*/target/site/jacoco/jacoco.xml
3636
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)