Skip to content

Commit

Permalink
Back to the default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 23, 2024
1 parent 9937294 commit 98b929a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,13 @@ jobs:
run: "ls -lahR .Build/coverage/"
- name: "Merge coverage results"
run: composer ci:coverage:merge
- name: "Show generated coverage files"
run: "ls -lahR .Build/coverage/"
- name: "Show generated coverage file contents"
run: "cat .Build/coverage/combined.xml"
- name: "Show combined coverage files"
run: "ls -lahR build/logs/"
- name: "Upload coverage results to Coveralls"
uses: coverallsapp/github-action@v2
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: .Build/coverage
file: combined.xml
file: build/logs/combined.xml
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
],
"ci:coverage:merge": [
"@coverage:create-directories",
"@php tools/phpcov merge --clover=.Build/coverage/combined.xml .Build/coverage/"
"@php tools/phpcov merge --clover=build/logs/combined.xml .Build/coverage/"
],
"ci:coverage:unit": [
"@coverage:create-directories",
Expand Down

0 comments on commit 98b929a

Please sign in to comment.