coveralls-api 0.5.0

API Bindings for coveralls.io. Deals with report creation and submission.
Documentation

Coveralls-api for rust

Build Status Latest Version License:MIT

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.