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 335471d930 - Show all commits

View File

@@ -52,12 +52,6 @@ jobs:
source: "coverage-report/*" source: "coverage-report/*"
target: "/config/docs/workspace/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.event.pull_request.number }}/coverage-report/" target: "/config/docs/workspace/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.event.pull_request.number }}/coverage-report/"
strip_components: 1 strip_components: 1
- name: Upload Combined Coverage XML
uses: actions/upload-artifact@v3
with:
name: coverage
path: ${{ github.workspace }}/coverage-report/Cobertura.xml
retention-days: 5
- name: Publish Code Coverage Report - name: Publish Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0 uses: irongut/CodeCoverageSummary@v1.3.0
with: with: