Skip to content

Commit bdf059d

Browse files
committed
Always output the HTML report - easier local testing
1 parent 48ec297 commit bdf059d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
print-summary: true
5858
excludes: ${{ env.GCOV_IGNORES }}
5959
github-token: ${{ secrets.GITHUB_TOKEN }}
60-
# html-out: .pio/build/${{ env.PIO_ENV }}/${{ env.FILE_ROOT }}.html
61-
# html-details: true
60+
html-out: .pio/build/${{ env.PIO_ENV }}/${{ env.FILE_ROOT }}.html
61+
html-details: true
6262
# coveralls-out: .pio/build/${{ env.PIO_ENV }}/${{ env.FILE_ROOT }}.coveralls
6363
# cobertura-out: .pio/build/${{ env.PIO_ENV }}/${{ env.COBERTURA_FILE }}
6464

0 commit comments

Comments
 (0)