rci 0.1.1

Check if your tests are running in a continuous integration service
Documentation
  • Coverage
  • 69.7%
    23 out of 33 items documented1 out of 30 items with examples
  • Size
  • Source code size: 9.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 544.89 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Documentation
  • klingtnet/rci
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • klingtnet

rci - Continuous Integration Environment

Build Status Circle CI

rci is wrapper for environment variables of some common continiuous integration services. At the moment travis and circle-ci is supported. A possible use case for this library is to check if your tests are running in an contniuous service. Don't use this to skip all of your tests and pretend everything works fine! If you are testing for example audio or graphics output that is not available in certain CI environments then you can use this library to skip those tests.

Usage

Add it to your dependencies section in your projects Cargo.toml:

[dependencies]
rci = 0.1.*