CHANGELOG.md: Kover integration

This commit is contained in:
Jakub Chrzanowski
2022-09-20 14:47:28 +02:00
committed by Jakub Chrzanowski
parent 3eeadf5878
commit d76e7494cc
2 changed files with 6 additions and 2 deletions

View File

@@ -88,7 +88,8 @@ jobs:
path: ${{ github.workspace }}/build/reports/tests
# Upload Kover report to CodeCov
- uses: codecov/codecov-action@v3
- name: Upload Code Coverage Report
uses: codecov/codecov-action@v3
with:
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
fail_ci_if_error: true