good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit d687d0d2 authored by SHIVAM SHARMA's avatar SHIVAM SHARMA Committed by GitHub
Browse files

Merge pull request #358 from maticnetwork/shivam/codecov

Added codecov
parents 7b49cb0b 3c051f07
No related branches found
No related tags found
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