Skip to content

Commit

Permalink
Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 29, 2020
1 parent 0c25bc9 commit 43dfe75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ python:
jobs:
include:
- env: TOXENV=flake8
- env: TOXENV=coverage
- env: TOXENV=mypy
- env: TOXENV=coverage
after_script: pip install coveralls && coveralls
install:
- pip install tox-travis
script:
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Show a summary of GitLab job durations
.. image:: https://travis-ci.org/mgedmin/gitlab-jobs.svg?branch=master
:target: https://travis-ci.org/mgedmin/gitlab-jobs

.. image:: https://coveralls.io/repos/mgedmin/gitlab-jobs/badge.svg?branch=master
:target: https://coveralls.io/r/mgedmin/gitlab-jobs

GitLab CI is nice, but I miss build time trends graphs from Jenkins.
So here's a script that can at least compute some summary information::

Expand Down

0 comments on commit 43dfe75

Please sign in to comment.