* Add more C++ extensions and ignore Mercurial directory. Also fix a FileNotFoundError (39 by bchretien) * Fix Git repository for report (use root directory). (40 by bchretien)
0.2.0
* Remove `--use-mirrors` in README (37 by myint) * Move module name from coveralls to cpp_coveralls (avoid name clash with other languages' coverells script) (38 by anjos)
0.1.7
* Added an alias `cpp-coveralls` to support using it for multiple languages. (35) * Added `--dump` parameter to write JSON payload to output file instead of uploading to coveralls.(35)
0.1.6
* Added a `--dryrun` parameter (36) * Fixed a typo in OS X instructions (34 by myint)
0.1.5
* Respect "LCOV_EXCL_LINE" exclusions (30 by myint) * Added MacOSX special instructions in README (27,28 by MartinDelille) * Fix file extension for `.c` file (25 by kt3k)