-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7005c97
commit 3c2aca2
Showing
3 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,26 +27,26 @@ jobs: | |
run: make build | ||
- name: Run Go tests | ||
run: make test | ||
# - name: Code Coverage Report | ||
# uses: irongut/[email protected] | ||
# with: | ||
# filename: coverage.xml | ||
# badge: true | ||
# fail_below_min: true | ||
# format: markdown | ||
# hide_branch_rate: false | ||
# hide_complexity: true | ||
# indicators: true | ||
# output: both | ||
# thresholds: '60 80' | ||
# - uses: jwalton/gh-find-current-pr@v1 | ||
# id: finder | ||
# - name: Add Coverage PR Comment | ||
# uses: marocchino/sticky-pull-request-comment@v2 | ||
# with: | ||
# number: ${{ steps.finder.outputs.pr }} | ||
# path: code-coverage-results.md | ||
# recreate: true | ||
- name: Code Coverage Report | ||
uses: irongut/[email protected] | ||
with: | ||
filename: coverage.xml | ||
badge: true | ||
fail_below_min: true | ||
format: markdown | ||
hide_branch_rate: false | ||
hide_complexity: true | ||
indicators: true | ||
output: both | ||
thresholds: '60 80' | ||
- uses: jwalton/gh-find-current-pr@v1 | ||
id: finder | ||
- name: Add Coverage PR Comment | ||
uses: marocchino/sticky-pull-request-comment@v2 | ||
with: | ||
number: ${{ steps.finder.outputs.pr }} | ||
path: code-coverage-results.md | ||
recreate: true | ||
|
||
- name: Upload artifact | ||
uses: actions/upload-artifact@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters