Skip to content

Commit

Permalink
Disable codecov token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika authored Feb 24, 2023
1 parent 5f60702 commit 180881e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
run: ./gradlew build
- name: Generate Codecov Report
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
# Disable temporarily as there is an issue with the token
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

windows-build:
name: Build on Windows
Expand Down

0 comments on commit 180881e

Please sign in to comment.