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