quality: Add codecov.yml
This commit is contained in:
parent
482a08b16c
commit
9f770fc995
3 changed files with 5 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ otp_release:
|
|||
- 21.0
|
||||
|
||||
script:
|
||||
- MIX_ENV=test mix do compile --warnings-as-errors, coveralls.json
|
||||
- MIX_ENV=test mix do compile, coveralls.json
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# Tres - an Elixir OpenFlow development platform
|
||||
|
||||
[](https://travis-ci.org/shun159/tres)
|
||||
[](https://codecov.io/gh/shun159/tres)
|
||||
|
||||
## Overview
|
||||
|
||||
|
|
|
|||
2
codecov.yml
Normal file
2
codecov.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
codecov:
|
||||
token: db65a412-7a83-4c38-ad5b-9c68677c6680
|
||||
Loading…
Add table
Add a link
Reference in a new issue