Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 21d4df6 commit 02dd84d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-java-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: test-results
path: ./services/${{ inputs.service_name }}/build/test-results/
- name: 🔎 Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./services/${{ inputs.service_name }}/build/reports/jacoco/test/jacocoTestReport.xml
name: habitcentric/${{ inputs.service_name }}
2 changes: 1 addition & 1 deletion .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: test-results
path: ./services/ui/junit.xml
- name: 🔎 Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./services/ui/coverage/cobertura-coverage.xml
name: habitcentric/ui
Expand Down

0 comments on commit 02dd84d

Please sign in to comment.