Skip to content

Commit

Permalink
ci: enable Codecov report upload configuration
Browse files Browse the repository at this point in the history
- Updated `.github/workflows/ci.yml`:
  - Un-commented `token` and `slug` parameters in Codecov action to enable coverage report uploads.
  • Loading branch information
cswni committed Feb 7, 2025
1 parent e9e378a commit 6cb2a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
#with:
# token: ${{ secrets.CODECOV_TOKEN }}
# slug: WatchItDev/watchit-app
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: WatchItDev/watchit-app

0 comments on commit 6cb2a18

Please sign in to comment.