coveralls-api

Crates.iocoveralls-api
lib.rscoveralls-api
version0.6.0
sourcesrc
created_at2017-05-12 21:42:22.058759
updated_at2023-10-04 20:17:59.851913
descriptionAPI Bindings for coveralls.io. Deals with report creation and submission.
homepage
repositoryhttps://github.com/xd009642/coveralls-api
max_upload_size
id14340
size34,811
(xd009642)

documentation

README

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.

Commit count: 47

cargo fmt