This commit is contained in:
@@ -65,6 +65,12 @@ jobs:
|
|||||||
indicators: true
|
indicators: true
|
||||||
output: both
|
output: both
|
||||||
thresholds: "10 30"
|
thresholds: "10 30"
|
||||||
|
- name: Add Coverage PR Comment
|
||||||
|
uses: marocchino/sticky-pull-request-comment@v1
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
|
with:
|
||||||
|
recreate: true
|
||||||
|
path: code-coverage-results.md
|
||||||
- name: Upload Test Result Files
|
- name: Upload Test Result Files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user