Skip to content

Commit

Permalink
Add Travis and Coveralls badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydavis519 committed Apr 30, 2018
1 parent fbc8798 commit 8cc475e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# runtime-macros

[![Build Status](https://www.travis-ci.org/jeremydavis519/runtime-macros.svg?branch=master)](https://www.travis-ci.org/jeremydavis519/runtime-macros) [![Coverage Status](https://coveralls.io/repos/github/jeremydavis519/runtime-macros/badge.svg)](https://coveralls.io/github/jeremydavis519/runtime-macros)

This crate offers a way to emulate the process of procedural macro expansion at run time.
It is intended for use with code coverage tools like [`tarpaulin`], which can't measure
the code coverage of anything that happens at compile time.
Expand Down

0 comments on commit 8cc475e

Please sign in to comment.