ci: include OS and Go version in Codecov test report upload (#5370)

This commit is contained in:
Marten Seemann
2025-10-10 15:45:25 +08:00
committed by GitHub
parent fb4188379e
commit fb232c81ee

View File

@@ -56,9 +56,12 @@ jobs:
files: coverage.txt,coverage-root.txt
env_vars: OS,GO
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload report to Codecov
- name: Upload test report to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
env:
OS: ${{ matrix.os }}
GO: ${{ matrix.go }}
with:
name: Unit tests
files: report.xml,report_root.xml