1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00

Update test.yml

This commit is contained in:
Matthieu MOREL 2021-12-27 18:25:31 +01:00 committed by GitHub
parent a9e4ce7cf9
commit fe2fab4938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,5 @@ jobs:
with:
fail_ci_if_error: true
files: coverage.out
flags: ${{ matrix.os }},go-${{ matrix.go-version }}
flags: ${{ runner.os }},go-${{ matrix.go-version }}
token: ${{ secrets.CODECOV_TOKEN }}