suite2
Some checks failed
Main Build Process / Build & Test (pull_request) Has been cancelled

This commit is contained in:
2024-08-26 14:39:51 +02:00
parent 3d7e6f0970
commit 94100940c2

View File

@@ -65,6 +65,12 @@ jobs:
indicators: true
output: both
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
uses: actions/upload-artifact@v3
with: