0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

ci: fix upload to codecov

This commit is contained in:
2025-05-12 17:24:48 +02:00
committed by Klaus Wakonig
parent 507ac10e8d
commit e3205d6c97
2 changed files with 5 additions and 7 deletions

View File

@ -45,11 +45,8 @@ jobs:
coverage run --source=./bec_widgets -m pytest -v --junitxml=report.xml --maxfail=2 --random-order --full-trace ./tests/unit_tests
coverage report
coverage xml
- name: Upload to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
file: coverage.xml
flags: unit-tests
name: codecov-$(date +%Y-%m-%d)
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
slug: bec-project/bec_widgets