Switch to codecov.io.
This commit is contained in:
parent
a80b42bcc1
commit
f6e90bb0c9
3 changed files with 18 additions and 3 deletions
14
.codecov.yml
Normal file
14
.codecov.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Documentation: https://docs.codecov.io/docs/codecov-yaml
|
||||
|
||||
coverage:
|
||||
precision: 3
|
||||
round: down
|
||||
range: "80...100"
|
||||
|
||||
status:
|
||||
# Learn more at https://docs.codecov.io/docs/commit-status
|
||||
project: true
|
||||
patch: true
|
||||
changes: true
|
||||
|
||||
comment: false
|
|
@ -3,7 +3,8 @@ TaggedAlgebraic
|
|||
|
||||
Implementation of a generic algebraic data type with a tagged union storage. All operations of the contained types are available for the `TaggedAlgebraic`
|
||||
|
||||
[](https://travis-ci.org/s-ludwig/taggedalgebraic) [](https://coveralls.io/r/s-ludwig/taggedalgebraic?branch=master)
|
||||
[](https://travis-ci.org/s-ludwig/taggedalgebraic) [](https://codecov.io/gh/s-ludwig/taggedalgebraic)
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
set -ueo pipefail
|
||||
|
||||
if [ ! -z "${COVERAGE:-}" ]; then
|
||||
dub fetch doveralls
|
||||
dub test -b unittest-cov
|
||||
dub run doveralls
|
||||
wget https://codecov.io/bash -O codecov.sh
|
||||
bash codecov.sh
|
||||
else
|
||||
dub test
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue