Delete the stability tests when doing code coverage (#1594)

This commit is contained in:
Elichai Turkel 2021-03-10 15:00:54 +02:00 committed by GitHub
parent 14cf7f81f3
commit cd27f2850e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ./...