Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Jan 11, 2025
1 parent dd82ba5 commit 65be2e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Push coverage to codecov
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./clover.xml
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
}
},
"scripts": {
"test": "phpunit"
"test": "phpunit --coverage-clover coverage.xml"
}
}

0 comments on commit 65be2e7

Please sign in to comment.