Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codecov/codecov-action action to v5.0.5 {patch} #405

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,21 @@ jobs:
file-barj-stream-io/build/reports/abort-mission/abort-mission-report.html
retention-days: 5
- name: Upload coverage to Codecov - Core (if Ubuntu)
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
if: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'nagyesta' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./file-barj-core/build/reports/jacoco/report.xml
flags: core
- name: Upload coverage to Codecov - Job (if Ubuntu)
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
if: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'nagyesta' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./file-barj-job/build/reports/jacoco/report.xml
flags: job
- name: Upload coverage to Codecov - Stream IO (if Ubuntu)
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
if: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'nagyesta' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@ jobs:
run: |
rm -rf ${{ runner.temp }}/.gnupg/
- name: Upload coverage to Codecov - Core
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./file-barj-core/build/reports/jacoco/report.xml
flags: core
- name: Upload coverage to Codecov - Job
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./file-barj-job/build/reports/jacoco/report.xml
flags: job
- name: Upload coverage to Codecov - Stream IO
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5.0.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./file-barj-stream-io/build/reports/jacoco/report.xml
Expand Down
Loading