Skip to content

Commit

Permalink
Revert "Add Codecov to gradle.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1b71396.
  • Loading branch information
modembcc committed Feb 20, 2024
1 parent 1b71396 commit 4260c79
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
uses: codecov/codecov-action@v4.0.1
if: runner.os == 'Linux'
uses: codecov/codecov-action@v3
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: AY2324S2-CS2103T-W08-4/tp
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4260c79

Please sign in to comment.