mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
ci: fix Codecov coverage report (#3837)
This commit is contained in:
parent
cec79d338c
commit
2ff71510a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit.yml
vendored
2
.github/workflows/unit.yml
vendored
|
@ -44,5 +44,5 @@ jobs:
|
|||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: coverage.txt coverage-root.txt
|
||||
files: coverage.txt,coverage-root.txt
|
||||
env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue