Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5.0.6 {patch}
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 0128474 commit d8205e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,49 +82,49 @@ jobs:
mission-report/**/build/reports/tests/test
retention-days: 5
- name: Upload coverage to Codecov - Core
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./mission-control/build/reports/jacoco/report.xml
flags: core
- name: Upload coverage to Codecov - Boosters - JUnit4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-junit4/build/reports/jacoco/report.xml
flags: junit4
- name: Upload coverage to Codecov - Boosters - Jupiter
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-junit-jupiter/build/reports/jacoco/report.xml
flags: jupiter
- name: Upload coverage to Codecov - Boosters - TestNG
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-testng/build/reports/jacoco/report.xml
flags: testng
- name: Upload coverage to Codecov - Boosters - Cucumber JVM
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-cucumber-jvm/build/reports/jacoco/report.xml
flags: cucumber
- name: Upload coverage to Codecov - Boosters - Testkit
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/testkit/build/reports/jacoco/report.xml
flags: testkit
- name: Upload coverage to Codecov - Reporting - Flight Evaluation Report
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,43 +81,43 @@ jobs:
run: |
rm -rf ${{ runner.temp }}/.gnupg/
- name: Upload coverage to Codecov - Core
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./mission-control/build/reports/jacoco/report.xml
flags: core
- name: Upload coverage to Codecov - Boosters - JUnit4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-junit4/build/reports/jacoco/report.xml
flags: junit4
- name: Upload coverage to Codecov - Boosters - Jupiter
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-junit-jupiter/build/reports/jacoco/report.xml
flags: jupiter
- name: Upload coverage to Codecov - Boosters - TestNG
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-testng/build/reports/jacoco/report.xml
flags: testng
- name: Upload coverage to Codecov - Boosters - Cucumber JVM
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/booster-cucumber-jvm/build/reports/jacoco/report.xml
flags: cucumber
- name: Upload coverage to Codecov - Boosters - Testkit
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./boosters/testkit/build/reports/jacoco/report.xml
flags: testkit
- name: Upload coverage to Codecov - Reporting - Flight Evaluation Report
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./mission-report/flight-evaluation-report/build/reports/jacoco/report.xml,./mission-report/flight-evaluation-report/node/build/coverage/cobertura-coverage.xml
Expand Down

0 comments on commit d8205e1

Please sign in to comment.