Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 55d0ff6

Browse files
committed
added codecov coverage
1 parent 5b3a64b commit 55d0ff6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- make test
2424

2525
#after_success:
26-
# - codecov --token=$CODECOV_TOKEN
26+
- codecov --token=9c6e620b-d46a-4049-b501-4f61655ec695
2727

2828
notifications:
2929
email: false

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# ERC20 Token Python SDK
33
[![Build Status](https://travis-ci.com/kinfoundation/erc20token-sdk-python.svg?token=f7PF9BYUzqkMQU5JpUvN)](https://travis-ci.com/kinfoundation/erc20token-sdk-python)
4+
[![Coverage Status][codecov image]][https://codecov.io/github/kinfoundation/erc20token-sdk-python]
45

56
## Disclaimer
67

0 commit comments

Comments
 (0)