[Codecov][1] D Example
June 14, 2018 ยท View on GitHub
Guide
This repository serves as an example on how to use Codecov Global for D.
Travis Setup
Add to your .travis.yml file.
language: d
d:
- dmd-2.066.1
script:
- dub test -b unittest-cov --compiler=${DC}
after_success:
- bash <(curl -s https://codecov.io/bash)
Caveats
Private Repos
Add to your .travis.yml file.
after_success:
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
Support
Contact
- Intercom (in-app messanger)
- Email: support@codecov.io
- Slack: slack.codecov.io
- gh/codecov/support
- More documentation at https://docs.codecov.io
- Configure codecov through the
codecov.ymlhttps://docs.codecov.io/docs/codecov-yaml
We are happy to help if you have any questions. Please contact email our Support at support@codecov.io