make publish code coverage fail if fails
This commit is contained in:
parent
660d50783a
commit
c32e326311
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ show-cover: .coverprofile
|
|||||||
|
|
||||||
publish-coverage: .coverprofile
|
publish-coverage: .coverprofile
|
||||||
curl -s https://codecov.io/bash -o codecov
|
curl -s https://codecov.io/bash -o codecov
|
||||||
bash codecov -f .coverprofile
|
bash codecov -Zf .coverprofile
|
||||||
|
|
||||||
cpu.out: $(SOURCES) $(PARSERS)
|
cpu.out: $(SOURCES) $(PARSERS)
|
||||||
go test -v -run TestMMLFile -cpuprofile cpu.out
|
go test -v -run TestMMLFile -cpuprofile cpu.out
|
||||||
|
Loading…
Reference in New Issue
Block a user