test1
Some checks failed
check main state / build (10.0.x) (push) Successful in 1m44s
Main Build Process / Build & Test (pull_request) Failing after 1m34s

This commit is contained in:
2026-02-05 22:22:40 +01:00
parent 33155d788d
commit 9b1d573231

View File

@@ -46,6 +46,12 @@ jobs:
tag: "${{ github.run_number }}_${{ github.run_id }}" # Optional tag or build version. tag: "${{ github.run_number }}_${{ github.run_id }}" # Optional tag or build version.
customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings. customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool. toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool.
- name: Upload coverage report (debug)
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage-report/
if-no-files-found: error
- name: Publish coverage to pages - name: Publish coverage to pages
run: | run: |
mkdir -p pages mkdir -p pages