Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecov/example-d
Example repository for D and Codecov
https://github.com/codecov/example-d
codecov coverage d
Last synced: about 3 hours ago
JSON representation
Example repository for D and Codecov
- Host: GitHub
- URL: https://github.com/codecov/example-d
- Owner: codecov
- License: mit
- Created: 2015-03-14T05:16:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T20:34:21.000Z (10 months ago)
- Last Synced: 2024-04-16T04:50:09.958Z (7 months ago)
- Topics: codecov, coverage, d
- Language: D
- Homepage: https://codecov.io
- Size: 46.9 KB
- Stars: 10
- Watchers: 21
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Codecov][1] D Example
## Guide
This repository serves as an **example** on how to use [Codecov Global][4] for D.### Travis Setup
Add to your `.travis.yml` file.
```yml
language: d
d:
- dmd-2.066.1script:
- 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.
```yml
after_success:
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
```## Support
### Contact
- Intercom (in-app messanger)
- Email: [email protected]
- Slack: slack.codecov.io
- [gh/codecov/support](https://github.com/codecov/support)1. More documentation at https://docs.codecov.io
2. Configure codecov through the `codecov.yml` https://docs.codecov.io/docs/codecov-yamlWe are happy to help if you have any questions. Please contact email our Support at [[email protected]](mailto:[email protected])
[1]: https://codecov.io/
[2]: https://github.com/codecov/example-php/blob/master/.travis.yml#L15
[3]: https://github.com/codecov/example-php/blob/master/.travis.yml#L18
[4]: https://github.com/codecov/codecov-python