File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
echo "sha10=$SHA10" >> $GITHUB_ENV
179
179
echo "slug=$SLUG" >> $GITHUB_ENV
180
180
echo "report_dir=$REPORT_DIR" >> $GITHUB_ENV
181
- echo "url=https://nedbat .github.io/coverage-reports/$REPORT_DIR " >> $GITHUB_ENV
181
+ echo "url=https://htmlpreview .github.io/?https://github.com/nedbat/ coverage-reports/blob/main/reports/$SLUG/htmlcov/index.html " >> $GITHUB_ENV
182
182
echo "branch=${REF#refs/heads/}" >> $GITHUB_ENV
183
183
184
184
- name : " Summarize"
@@ -217,6 +217,8 @@ jobs:
217
217
# Make the commit message.
218
218
echo "${{ env.total }}% - $COMMIT_MESSAGE" > commit.txt
219
219
echo "" >> commit.txt
220
+ echo "[View the report](${{ env.url }})" >> commit.txt
221
+ echo "" >> commit.txt
220
222
echo "${{ env.url }}" >> commit.txt
221
223
echo "${{ env.sha10 }}: ${{ env.branch }}" >> commit.txt
222
224
# Commit.
You can’t perform that action at this time.
0 commit comments