mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Delete the stability tests when doing code coverage (#1594)
This commit is contained in:
parent
14cf7f81f3
commit
cd27f2850e
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -63,6 +63,9 @@ jobs:
|
||||
with:
|
||||
go-version: 1.16
|
||||
|
||||
- name: Delete the stability tests from coverage
|
||||
run: rm -r stability-tests
|
||||
|
||||
- name: Create coverage file
|
||||
run: go test -v -covermode=atomic -coverpkg=./... -coverprofile coverage.txt ./...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user