No codecov (AI was over eager) just show the numbers in github.

This commit is contained in:
eelke 2026-02-22 11:30:54 +01:00
parent 21b53ff5b3
commit ac08956339
2 changed files with 24 additions and 5 deletions

View file

@ -55,12 +55,13 @@ jobs:
--results-directory ./coverage \
-- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=cobertura
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
- name: Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
directory: ./coverage
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
filename: coverage/**/coverage.cobertura.xml
badge: true
format: markdown
output: both
- name: Upload coverage artifact
uses: actions/upload-artifact@v4