Skip to content

Commit

Permalink
ci try
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrozas committed Dec 31, 2023
1 parent 83a912e commit a7357ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Calculate coverage percentage
id: coverage_percentage
run: |
xmlstarlet sel -t -v "sum(/coverage/packages/package[@name='src']/classes/class/@line-rate)" coverage.xml | gawk '{ printf("%.2f\n", $1 * 100) }'
"C:\ProgramData\chocolatey\lib\xmlstarlet.portable\tools\xmlstarlet" sel -t -v "sum(/coverage/packages/package[@name='src']/classes/class/@line-rate)" coverage.xml | gawk '{ printf("%.2f\n", $1 * 100) }'
shell: bash

- name: Create coverage badge
Expand Down

0 comments on commit a7357ed

Please sign in to comment.