10 releases (5 breaking)
0.6.0 | Oct 4, 2023 |
---|---|
0.5.0 | Jan 27, 2020 |
0.4.0 | Mar 4, 2019 |
0.3.3 | May 14, 2017 |
0.1.1 | May 13, 2017 |
#189 in HTTP client
21,008 downloads per month
Used in 20 crates
(2 directly)
21KB
451 lines
Coveralls-api for rust
This project is intended to allow rust code to make requests to the coveralls.io API. Created to aid the development of cargo-tarpaulin. It allows you to build up a coveralls report for each source file using the Source struct, then package them up in the Report struct with tokens used to identify the repository and then send them to https://coveralls.io or a custom endpoint.
For an example of creating a report and sending it to coveralls.io, check out fill_in_example.rs in the tests directory. This test builds up a report and sends it to coveralls.
Currently, coveralls-api is feature complete with the free version of coveralls and some paid features. As such there is no roadmap or plans for future developments.
If you use coveralls and spot any issues please let me know or submit a PR yourself. Any contributions are welcome.
Dependencies
~4–19MB
~234K SLoC