1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-29 04:48:35 +02:00

ci: add codecov upload

and remove other coverage solution
This commit is contained in:
2025-05-14 13:18:46 +02:00
committed by Klaus Wakonig
parent abbf7a7f44
commit 95ef26565b
2 changed files with 17 additions and 46 deletions

View File

@@ -10,8 +10,8 @@ jobs:
unit-test:
uses: ./.github/workflows/pytest.yml
with:
pr_number: ${{ github.event.pull_request.number }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
unit-test-matrix:
uses: ./.github/workflows/pytest-matrix.yml