Skip to content

Commit

Permalink
stop producing step summary (it won't work)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Dec 13, 2023
1 parent 9f1543f commit 87fa6e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Merge all profiles
run: gocovmerge *.gocov > full-coverage.gocov
- name: Generate Tree Map
run: go-cover-treemap -coverprofile full-coverage.gocov > coverage.svg
- name: Create report
run: |-
echo "## Coverage Report" >> $GITHUB_STEP_SUMMARY
cat coverage.svg >> $GITHUB_STEP_SUMMARY
run: go-cover-treemap -coverprofile full-coverage.gocov > coverage-tree-map.svg
- uses: actions/upload-artifact@v3
with:
name: coverage-tree-map.svg
path: coverage-tree-map.svg

0 comments on commit 87fa6e2

Please sign in to comment.