quality: Add codecov.yml

This commit is contained in:
Eishun Kondoh 2019-04-23 12:43:24 +09:00
parent 482a08b16c
commit 9f770fc995
3 changed files with 5 additions and 2 deletions

View file

@ -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)

View file

@ -1,6 +1,7 @@
# Tres - an Elixir OpenFlow development platform
[![Build Status](https://travis-ci.org/shun159/tres.svg?branch=develop)](https://travis-ci.org/shun159/tres)
[![Build Status](https://travis-ci.org/shun159/tres.svg?branch=develop)](https://travis-ci.org/shun159/tres)
[![codecov](https://codecov.io/gh/shun159/tres/branch/develop/graph/badge.svg)](https://codecov.io/gh/shun159/tres)
## Overview

2
codecov.yml Normal file
View file

@ -0,0 +1,2 @@
codecov:
token: db65a412-7a83-4c38-ad5b-9c68677c6680