suite
Some checks failed
Main Build Process / Build & Test (pull_request) Failing after 1m43s

This commit is contained in:
2024-08-26 00:16:42 +02:00
parent 8f9eefdedf
commit 633801c8a4

View File

@@ -18,8 +18,7 @@ jobs:
name: "Build & Test"
# Permissions this GitHub Action needs for other things in GitHub
permissions:
pull-requests: write
permissions: write-all
runs-on: ubuntu-latest
@@ -66,14 +65,6 @@ jobs:
indicators: true
output: both
thresholds: "10 30"
- run: ls
- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md
- name: Upload Test Result Files
uses: actions/upload-artifact@v4
with: