Skip to content

Commit

Permalink
Merge pull request #301 from Crazy-Marvin/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
CrazyMarvin authored Dec 1, 2024
2 parents b689c31 + d478757 commit 58ace8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "🧪 Code coverage"
run: ./gradlew test
- name: "📤 Upload code coverage"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: "🧪 Android LINT"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "🧪 Code coverage"
run: ./gradlew jacocoTestReport
- name: "📤 Upload code coverage"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
yml: .codecov.yml
Expand Down

0 comments on commit 58ace8c

Please sign in to comment.