Finalisation de la CI pour la qualité de code #34

Merged
mcmuzzle merged 6 commits from finalisationCI into main 2026-02-09 10:08:52 +00:00
Showing only changes of commit 31c72f3a82 - Show all commits

View File

@@ -80,7 +80,7 @@ jobs:
run: |
COMMENT_CONTENT=$(cat code-coverage-results.md)
COMMENT_CONTENT="${COMMENT_CONTENT}\n\n📊 [Rapport HTML complet](https://docs.borealian.ovh/workspace/mcmuzzle/LittleTown/coverage-report/index.html)"
COMMENT_CONTENT="${COMMENT_CONTENT}\n\n📊 [Rapport HTML complet](https://docs.borealian.ovh/workspace/${{ github.repository_owner }}//${{ github.event.repository.name }}/${{ github.event.pull_request.number }}/coverage-report/index.html)"
curl -X POST \
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \