Skip to content

Commit

Permalink
fix: excution error in codecov.yml (#23)
Browse files Browse the repository at this point in the history
delete `paths` options in codecov.yml
  • Loading branch information
lumirlumir authored Aug 17, 2024
1 parent 1bb6210 commit ec58211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: codecov
on:
push:
branches: [main]
paths: ['src/**', 'tests/**']

jobs:
codecov:
Expand Down

0 comments on commit ec58211

Please sign in to comment.