forked from quic-go/quic-go
ci: include OS and Go version in Codecov test report upload (#5370)
This commit is contained in:
5
.github/workflows/unit.yml
vendored
5
.github/workflows/unit.yml
vendored
@@ -56,9 +56,12 @@ jobs:
|
|||||||
files: coverage.txt,coverage-root.txt
|
files: coverage.txt,coverage-root.txt
|
||||||
env_vars: OS,GO
|
env_vars: OS,GO
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
- name: Upload report to Codecov
|
- name: Upload test report to Codecov
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: codecov/test-results-action@v1
|
uses: codecov/test-results-action@v1
|
||||||
|
env:
|
||||||
|
OS: ${{ matrix.os }}
|
||||||
|
GO: ${{ matrix.go }}
|
||||||
with:
|
with:
|
||||||
name: Unit tests
|
name: Unit tests
|
||||||
files: report.xml,report_root.xml
|
files: report.xml,report_root.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user