Skip to content

Commit

Permalink
try different filename
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Nov 4, 2024
1 parent ddad29d commit 517cf0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
- name: Code Coverage Report
uses: irongut/[email protected]
with:
filename: "packages/**/coverage/cobetura-coverage.xml"
filename: "**/packages/**/coverage/cobetura-coverage.xml"
format: markdown
hide_branch_rate: false
output: both
badge: true
- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 517cf0a

Please sign in to comment.