Skip to content

xd009642/coveralls-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust implementation of the coveralls api. Allows you to send coveralls reports to coveralls.io

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages