]> git.feebdaed.xyz Git - 0xmirror/quic-go.git/commitdiff
ci: include OS and Go version in Codecov test report upload (#5370)
authorMarten Seemann <martenseemann@gmail.com>
Fri, 10 Oct 2025 07:45:25 +0000 (15:45 +0800)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 07:45:25 +0000 (09:45 +0200)
.github/workflows/unit.yml

index 36e5f8f9fb88601e6fbbbf2774d34a6c3e3355b6..10941342f43f302230573b2f750e0a25917cd974 100644 (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