Skip to content

Commit

Permalink
Merge pull request #26 from retr0h/more-screwing-around
Browse files Browse the repository at this point in the history
Testing codecov.io
  • Loading branch information
retr0h committed Feb 7, 2019
2 parents ab4f6ed + cc84631 commit f2ff702
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
19 changes: 19 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
codecov:
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: “70…100”

status:
project: yes
patch: yes
changes: no

comment:
layout: “reach, diff, flags, files, footer”
behavior: default
require_changes: no
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
.coverage
.eggs/
.tox/
coverage.*
doc/build/
htmlcov/
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ python:
# - "3.7"

install:
- pip install tox-travis coveralls
- pip install tox-travis coveralls codecov

script:
- tox

after_success:
- coveralls
- ls -al
- coveralls -v
- ls -al
- codecov -v -X gcov --required
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.. image:: http://img.shields.io/travis/retr0h/git-url-parse.svg?style=flat-square
:target: https://travis-ci.org/retr0h/git-url-parse
.. image:: http://img.shields.io/travis/retr0h/git-url-parse.svg?style=popout-square&logo=travis
:target: https://travis-ci.org/retr0h/git-url-parse

.. image:: https://img.shields.io/coveralls/github/retr0h/git-url-parse.svg?style=popout-square&logo=coveralls
:target: https://coveralls.io/github/retr0h/git-url-parse

.. image:: https://img.shields.io/codecov/c/git/retr0h/git-url-parse.svg?style=popout-square&logo=codecov
:target: https://codecov.io/gh/retr0h/git-url-parse

.. image:: https://img.shields.io/coveralls/github/retr0h/git-url-parse.svg?style=flat-square
:target: https://coveralls.io/github/retr0h/git-url-parse

***********
giturlparse
Expand Down

0 comments on commit f2ff702

Please sign in to comment.