2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

use xml for coverage info

This commit is contained in:
Matthias Mair
2024-04-04 00:24:14 +02:00
parent 9839f64717
commit af53add1ba
2 changed files with 9 additions and 2 deletions

View File

@ -281,7 +281,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: backend
parallel: true
file: coverage.xml
git-commit: ${{ github.sha }}
git-branch: ${{ github.ref }}
postgres:
name: Tests - DB [PostgreSQL]
@ -514,7 +516,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: pui
parallel: true
git-commit: ${{ github.sha }}
git-branch: ${{ github.ref }}
platform_ui_build:
name: Build - UI Platform