Ajout CI Coverage #9

Merged
mcmuzzle merged 39 commits from CIQuality into main 2024-08-29 17:43:05 +00:00
Showing only changes of commit 59cbfa4738 - Show all commits

View File

@@ -66,7 +66,7 @@ jobs:
output: both
thresholds: "10 30"
- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@v2.6.2
if: github.event_name == 'pull_request'
with:
recreate: true
@@ -74,6 +74,7 @@ jobs:
- name: Upload Test Result Files
uses: actions/upload-artifact@v3
with:
name: test-results
name: test-results
path: ${{ github.workspace }}/**/TestResults/**/*
retention-days: 5