Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from zifter/codecheck
Browse files Browse the repository at this point in the history
Add codecov
  • Loading branch information
zifter committed Apr 21, 2019
2 parents afc8f45 + f5f2f62 commit ad884b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ Supports following:
* roman numerals

[![Release](https://img.shields.io/github/release/zifter/numeral-system-py.svg)][releases-url]
[![Code Coverage](https://codecov.io/gh/zifter/numeral-system-py/branch/master/graph/badge.svg)][codecov-url]
[![Build status Appveyor](https://ci.appveyor.com/api/projects/status/github/zifter/numeral-system-py?branch=master&svg=true)][appveyor-url]
[![Build Status Travis CI](https://travis-ci.org/zifter/numeral-system-py.svg?branch=master)][travis-url]
[![Contact](https://img.shields.io/badge/telegram-write%20me-blue.svg)][telegram-url]

[releases-url]: https://github.com/zifter/numeral-system-py/releases
[codecov-url]: https://codecov.io/gh/zifter/numeral-system-py
[travis-url]: https://travis-ci.org/zifter/numeral-system-py
[appveyor-url]: https://ci.appveyor.com/project/zifter/numeral-system-py
[telegram-url]: https://t.me/zifter
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@ commands = pytest \
--cov-append

[testenv:coverage_report]
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_* APPVEYOR APPVEYOR_*
skip_install = True
deps =
coverage
codecov
commands =
coverage html
coverage report --include="numeral_system/*,tests/*" --fail-under=100 -m
coverage xml
codecov -f coverage.xml --token=2455dcfa-f9fc-4b3a-b94d-9765afe87f0f


[testenv:build_wheel]
Expand Down

0 comments on commit ad884b8

Please sign in to comment.