Update build.yml

This commit is contained in:
2025-06-25 17:08:05 +02:00
committed by GitHub
parent 56f184c678
commit 13be3f093a

View File

@@ -11,6 +11,11 @@ jobs:
name: Upload coverage reports to Codecov
runs-on: ubuntu-latest
steps:
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}