Skip to content

Commit c81c1b5

Browse files
committed
remove coveralls add code health
1 parent 0439d28 commit c81c1b5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ env:
6262

6363
install:
6464
- pip install -U platformio
65-
- pip install -U cpp-coveralls
6665

6766
script:
6867
- platformio ci --lib="." --board=teensy31
69-
70-
after_success:
71-
- coveralls -r .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Arduino library for communicating with ANT radios, with support for nrf51 device
55
## Status
66

77
[![Build Status](https://travis-ci.org/cujomalainey/ant-arduino.svg?branch=master)](https://travis-ci.org/cujomalainey/ant-arduino)
8-
[![Coverage Status](https://coveralls.io/repos/github/cujomalainey/ant-arduino/badge.svg?branch=master)](https://coveralls.io/github/cujomalainey/ant-arduino?branch=master)
8+
[![Code Health](https://landscape.io/github/cujomalainey/ant-arduino/master/landscape.svg?style=flat)](https://landscape.io/github/cujomalainey/ant-arduino/master)
99

1010
## News
1111

0 commit comments

Comments
 (0)