Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Mar 6, 2024
1 parent d954ce2 commit 63014dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm run test:cov -- controllers
- uses: codecov/codecov-action@v3
with:
files: ./coverage/unit/controllers/clover.xml
files: ./coverage/unit/clover.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm run test:cov -- services
- uses: codecov/codecov-action@v3
with:
files: ./coverage/unit/services/clover.xml
files: ./coverage/unit/clover.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
Expand Down

0 comments on commit 63014dc

Please sign in to comment.