Browse Source

Bump codecov/codecov-action from 1 to 3

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

---
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>
dependabot/github_actions/3.1.x/codecov/codecov-action-3
dependabot[bot] 1 year ago committed by GitHub
parent
commit
b16c83cb56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -28,6 +28,6 @@ jobs:
cache: 'maven' cache: 'maven'
- name: Build with Maven - name: Build with Maven
run: ./mvnw clean install -B -U -P sonar run: ./mvnw clean install -B -U -P sonar
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v3
with: with:
fail_ci_if_error: true fail_ci_if_error: true

Loading…
Cancel
Save