Skip to content

Commit

Permalink
Use base path instead
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 23, 2024
1 parent ddf45b1 commit 3849807
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,11 @@ jobs:
run: "ls -lahR .Build/coverage/"
- name: "Show generated coverage file contents"
run: "cat .Build/coverage/combined.xml"
- name: "Copy file to default location"
run: |
mkdir -p build/logs
cp .Build/coverage/combined.xml build/logs/clover.xml
- name: "Upload coverage results to Coveralls"
uses: coverallsapp/github-action@v2
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: build/logs/clover.xml
base-path: .Build/coverage
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3849807

Please sign in to comment.