mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-29 13:49:21 +08:00
remove codecov
This commit is contained in:
parent
a3ae4bc40d
commit
59e366d674
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -29,10 +29,3 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
go test -coverprofile='coverage.out' -covermode=atomic ./...
|
go test -coverprofile='coverage.out' -covermode=atomic ./...
|
||||||
- name: Upload Code Coverage
|
|
||||||
uses: codecov/codecov-action@v2
|
|
||||||
with:
|
|
||||||
fail_ci_if_error: true
|
|
||||||
files: coverage.out
|
|
||||||
flags: ${{ runner.os }},go-${{ matrix.go-version }}
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user