Skip to content

Commit

Permalink
Update path to the removeHtmlDates.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 22, 2023
1 parent 1b82869 commit 41c03b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
# Generate the HTML report.
echo 'genhtml_sort = 0' >> ~/.lcovrc
genhtml --output-directory coverage coverage.info
/usr/bin/env bash ./artifacts/test-results-linux-gcc/removeHtmlDates.sh
/usr/bin/env bash ./artifacts/removeHtmlDates.sh
working-directory: ${{ runner.temp }}
- name: Upload HTML coverage report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 41c03b6

Please sign in to comment.