doveralls 1.0.1

Upload D code coverage results to coveralls.io.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

doveralls

Upload D code coverage results to coveralls.io.

Installation

The best way to install doveralls is by fetching it through dub.

dub fetch doveralls

Usage

To use this, it is recommended that you run dub test --coverage (currently only present in HEAD) to generate coverage information.

ArgumentDescription
p, pathThe path of the repo.
t, tokenThe Coveralls token for the repo. Specifiy when not using Travis.
j, jobThe Travis job for the commit.
travis-pro[Requires j, job] Specify this if you are using Travis pro.
Using with Travis-CI
dub run doveralls -- -p `pwd` -j $TRAVIS_JOB_ID [-travis-pro]
Using doveralls locally
dub run doveralls -- -p `pwd` -t MY_TOKEN
Authors:
  • Colden Cullen
Dependencies:
medea, dlibgit
Versions:
1.4.1 2020-Nov-02
1.4.0 2020-Nov-02
1.3.2 2018-Jun-14
1.3.1 2016-Jul-17
1.3.0 2016-Jul-17
Show all 23 versions
Download Stats:
  • 18 downloads today

  • 47 downloads this week

  • 216 downloads this month

  • 17797 downloads total

Score:
3.2
Short URL:
doveralls.dub.pm