fix(landing-page): Bundle-relative Pfade fuer Reports, cppcheck-Step vor landing-page
Validate / build-test (macos-latest) (push) Failing after 3s
Validate / build-test (ubuntu-latest) (push) Successful in 19s
Validate / build-test (windows-latest) (push) Failing after 22s
Validate / reports (push) Successful in 50s

This commit is contained in:
Stefan Lohmaier
2026-05-12 02:54:44 -07:00
parent f2fb430505
commit 1d7cf53881
2 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -87,15 +87,15 @@ jobs:
- name: Doxygen API-Dokumentation
run: make docs
- name: Landing-Page
run: make landing-page
- name: Cppcheck-Report (XML)
run: |
mkdir -p build
cppcheck --enable=all --inconclusive --xml --xml-version=2 \
-I src src 2> build/cppcheck-report.xml || true
- name: Landing-Page
run: make landing-page
- name: Upload Coverage HTML
uses: actions/upload-artifact@v3
if: always()