Skip to content

Commit

Permalink
Add Codecov to gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
modembcc authored Feb 20, 2024
1 parent b896eb0 commit 1b71396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./gradlew check coverage

- name: Upload coverage reports to Codecov
if: runner.os == 'Linux'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
slug: AY2324S2-CS2103T-W08-4/tp

0 comments on commit 1b71396

Please sign in to comment.