Skip to content

Commit

Permalink
Update CI workflow to use runner.temp for coverage filename and ensur…
Browse files Browse the repository at this point in the history
…e coverage directory is ignored
  • Loading branch information
btungut committed Dec 31, 2024
1 parent 5a81c2b commit b03fd9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: irongut_coverage
uses: irongut/[email protected]
with:
filename: ${TMP_DIR}/result.xml
filename: ${{ runner.temp }}/result.xml
badge: true
fail_below_min: true
format: markdown
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml

*/coverage*
*/coverage*

0 comments on commit b03fd9d

Please sign in to comment.