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 218e7ea9af - Show all commits

View File

@@ -78,7 +78,7 @@ jobs:
-H "Content-Type: application/json" \
-d "{\"body\": \"${COMMENT_CONTENT}\"}" \
${GITEA_URL}/api/v1/repos/${REPO_OWNER}/${REPO_NAME}/issues/${PR_NUMBER}/comments
- name: Upload Test Result Files
uses: actions/upload-artifact@v3
with:
@@ -91,6 +91,6 @@ jobs:
if: always()
with:
files: |
TestResults/**/*.xml
TestResults/**/*.trx
TestResults/**/*.json
**/TestResults/**/*.xml
**/TestResults/**/*.trx
**/TestResults/**/*.json