Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 23, 2024
1 parent 92f5ca2 commit d2c9e0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ 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/combined.xml
- name: "Upload coverage results to Coveralls"
uses: coverallsapp/github-action@v2
env:
Expand Down

0 comments on commit d2c9e0e

Please sign in to comment.