good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3c051f07 authored by Shivam Sharma's avatar Shivam Sharma
Browse files

Added codecov

parent 7b49cb0b
No related branches found
Tags v0.1.3
No related merge requests found
......@@ -13,3 +13,8 @@ jobs:
run: make all
- name: "Run tests"
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./cover.out
......@@ -50,7 +50,7 @@ ios:
test:
# Skip mobile and cmd tests since they are being deprecated
go test -v $$(go list ./... | grep -v go-ethereum/cmd/)
go test -v $$(go list ./... | grep -v go-ethereum/cmd/) -cover -coverprofile=cover.out
lint: ## Run linters.
$(GORUN) build/ci.go lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment