Skip to content

Commit

Permalink
fix: update codecov name in coverage.yml
Browse files Browse the repository at this point in the history
Update name of Codecov project in coverage.yml

Signed-off-by: Bence László <bencelaszlo@protonmail.com>
  • Loading branch information
bencelaszlo authored Sep 25, 2024
1 parent f598fa7 commit 75b97f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run tests and collect coverage
run: npm run test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
env:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: bencelaszlo/chiisai-event-emitter
name: bencelaszlo/chiisai-event-emitter

0 comments on commit 75b97f4

Please sign in to comment.