Skip to content

Commit

Permalink
Revert "rollback codecov action downgrade"
Browse files Browse the repository at this point in the history
This reverts commit 0a8b039.
  • Loading branch information
rob93c committed Oct 7, 2023
1 parent 0a8b039 commit 89c7afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: chmod +x gradlew && ./gradlew build --no-daemon

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./build/reports/jacoco/test/
Expand Down

0 comments on commit 89c7afe

Please sign in to comment.