Skip to content

Commit

Permalink
chore: update coverage github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeep committed Dec 11, 2024
1 parent 27b6383 commit fabea4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: coverage
on:
push:
paths:
- 'src/**/test.ts'
- 'test/**/*.spec.ts'
pull_request:
paths:
- 'src/**/test.ts'
- 'test/**/*.spec.ts'

jobs:
coverage:
Expand All @@ -27,7 +27,7 @@ jobs:
run: npm install

- name: Run test
run: npm run coverage
run: npm run test:coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit fabea4a

Please sign in to comment.