ci: fix Codecov coverage report (#3837)

This commit is contained in:
Glonee 2023-05-15 21:06:25 +08:00 committed by GitHub
parent cec79d338c
commit 2ff71510a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}