Skip to content

Commit

Permalink
remove codecov token specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Apr 28, 2024
1 parent c13c168 commit 4c62c03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
comment: false

codecov:
token: ${{ secrets.CODECOV_TOKEN }}

coverage:
status:
project:
Expand Down

0 comments on commit 4c62c03

Please sign in to comment.