doveralls 1.1.2

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 generate coverage information, it is recommended that you run dub test -b unittest-cov.

ArgumentDescription
d, dumpDump the json report to stdout instead of uploading it.
p, pathThe path of the repo.
t, tokenThe Coveralls token for the repo, required when running locally.
travis-proSpecify this if you are using Travis pro.
Using with Travis-CI

Add this to your script sections.

install:
  # ...install dub
  - dub fetch doveralls

script:
  - dub test -b unittest-cov
  - dub run doveralls
  # or when using Travis Pro
  - dub run doveralls -- -travis-pro
Using doveralls locally

When running locally you have to pass the repo_token.

dub test -b unittest-cov
# as command line argument
dub run doveralls -- -t uMKQTqJOiFK3EVELOqxcsduGgMNgHagLF
# as environment variable
COVERALLS_REPO_TOKEN=uMKQTqJOiFK3EVELOqxcsduGgMNgHagLF dub run doveralls

It is also possible to specify a different endpoint by setting the COVERALLS_ENDPOINT environment variable.

COVERALLS_ENDPOINT=http://localhost:8080 dub run coveralls
Authors:
  • Colden Cullen
Dependencies:
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