Skip to content

Commit

Permalink
Change location
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 23, 2024
1 parent a9082c8 commit ddf45b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@ jobs:
- name: "Copy file to default location"
run: |
mkdir -p build/logs
cp .Build/coverage/combined.xml build/logs/combined.xml
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/coverage/combined.xml
format: clover
file: build/logs/clover.xml
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ddf45b1

Please sign in to comment.