Skip to content

Commit

Permalink
added xml cobertura file as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 6, 2024
1 parent 6466ba7 commit 15c58e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
name: detailed coverage report
path: build/html

- uses: actions/upload-artifact@v3
with:
name: cobertura file
path: build/coverage.xml

- uses: 5monkeys/cobertura-action@v13
with:
path: build/coverage.xml
Expand Down

0 comments on commit 15c58e1

Please sign in to comment.