Skip to content

Commit

Permalink
ci: remove codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias authored Dec 19, 2024
1 parent e756bbb commit 3133526
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
run: dart pub publish --dry-run
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage/lcov.info
flags: unittests
Expand Down

0 comments on commit 3133526

Please sign in to comment.