Add codecov for test coverage to see sunburst (#77)
This commit is contained in:
parent
b8921052b6
commit
4de49c6d16
@ -21,6 +21,7 @@ done
|
|||||||
# Failures have incomplete results, so don't send
|
# Failures have incomplete results, so don't send
|
||||||
if [ "$FAIL" -eq 0 ]; then
|
if [ "$FAIL" -eq 0 ]; then
|
||||||
goveralls -service=travis-ci -v -coverprofile=profile.cov
|
goveralls -service=travis-ci -v -coverprofile=profile.cov
|
||||||
|
bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN -f profile.cov
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit $FAIL
|
exit $FAIL
|
||||||
|
@ -10,6 +10,7 @@ Yet another node info collector
|
|||||||
|
|
||||||
[](https://travis-ci.org/FreifunkBremen/yanic)
|
[](https://travis-ci.org/FreifunkBremen/yanic)
|
||||||
[](https://coveralls.io/github/FreifunkBremen/yanic?branch=master)
|
[](https://coveralls.io/github/FreifunkBremen/yanic?branch=master)
|
||||||
|
[](https://codecov.io/gh/FreifunkBremen/yanic)
|
||||||
[](https://goreportcard.com/report/github.com/FreifunkBremen/yanic)
|
[](https://goreportcard.com/report/github.com/FreifunkBremen/yanic)
|
||||||
|
|
||||||
`yanic` is a respondd client that fetches, stores and publishes information about a Freifunk network. The goals:
|
`yanic` is a respondd client that fetches, stores and publishes information about a Freifunk network. The goals:
|
||||||
|
Loading…
Reference in New Issue
Block a user