Граф коммитов

179 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio f9ee18c3af Version 0.1.8 2017-04-06 10:12:15 -07:00
Marco Castelluccio 39628f491a Improve error message for failing to open ZIP file 2017-04-06 10:11:52 -07:00
Marco Castelluccio a24583bd34 Separate parameters for source directory (containing files) and prefix path to remove 2017-04-06 10:10:52 -07:00
Marco Castelluccio 8a25917140 Version 0.1.6 2017-04-04 10:35:28 -07:00
Marco Castelluccio ed06e79589 Add commit SHA parameter for coveralls 2017-04-03 16:10:24 -07:00
Marco Castelluccio e03a50121f Don't fail when symbolic links are not available (e.g. code coverage information aggregated on a different machine than the one which generated the build) 2017-04-03 16:03:00 -07:00
Marco Castelluccio 3815368814 Fix README 2017-04-03 10:50:15 -07:00
Marco Castelluccio e51186f229 Tests with libgcov 2017-03-20 13:16:48 +01:00
Marco Castelluccio 8d471d9629 Version 0.1.5 2017-03-17 13:49:33 +01:00
Marco Castelluccio b380ef88dc Store 'null' as the covered percentage when there are 0 covered and 0 uncovered lines. Fixes #16 2017-03-17 13:48:44 +01:00
Marco Castelluccio ae491fabae Add 'language' attribute to records. Fixes #15 2017-03-17 13:28:18 +01:00
Marco Castelluccio 70f4b7434f Don't skip non-executed functions. Fixes #14 2017-03-17 13:19:38 +01:00
Marco Castelluccio 4b9a7e47e1 Bump version to 0.1.4 2017-03-17 01:50:26 +01:00
Marco Castelluccio e114dcef7c Test both stable and nightly 2017-03-16 19:41:30 +01:00
Marco 1e76263cbf Merge pull request #12 from jgraham/proc_macro
Remove proc_macro feature.
2017-03-16 19:39:17 +01:00
James Graham 95ff46356d Remove proc_macro feature.
This is now on stable so the feature isn't required.
2017-03-16 17:47:02 +00:00
Marco Castelluccio bd821592fc Support removing prefix from paths in lcov output 2017-03-15 03:10:33 +01:00
Marco Castelluccio 8d9e3e2c33 Nicer variable names 2017-03-14 15:13:45 +01:00
Marco Castelluccio 92c3916056 Support passing ZIP files as inputs, instead of directories 2017-03-13 19:39:33 +01:00
Marco 05e1ea195a Merge pull request #11 from marco-c/remove_old_activedata_etl_format
Remove old ActiveData-ETL format
2017-03-10 18:09:44 +01:00
Marco Castelluccio 593ee20b74 Don't consider the /usr/include records for the final count 2017-03-10 17:24:03 +01:00
Marco Castelluccio 81a1bb8938 Update tests to use new ActiveData-ETL format; remove support for the old ActiveData-ETL format. Fixes #9 2017-03-10 17:15:54 +01:00
Marco Castelluccio da3bc123c2 Print which test we're running 2017-03-10 16:38:08 +01:00
Marco Castelluccio e076d188c2 Add a parameter in install.sh to move grcov to a specified directory. Fixes #10 2017-03-10 14:43:21 +01:00
Marco Castelluccio cf665cb29b Make install.sh always download the latest available version 2017-03-10 01:24:30 +01:00
Marco Castelluccio f456ed79ce Don't test 'testUrl' anymore, as it has been removed 2017-03-09 17:44:06 +01:00
Marco Castelluccio 2d74b67339 Version 0.1.3 2017-03-09 17:34:17 +01:00
Marco Castelluccio 3c4df4b53d Support new ActiveData-ETL format 2017-03-09 17:33:21 +01:00
Marco Castelluccio 7685e6bf73 Update version in Cargo.lock 2017-03-08 20:57:46 +01:00
Marco Castelluccio 20181a43be Update version in Cargo.toml 2017-03-07 17:44:34 +01:00
Marco Castelluccio 38c33817f0 Remove testUrl from the output, as it's no longer required by ActiveData-ETL. Fixes #4 2017-03-07 17:43:37 +01:00
Marco Castelluccio 5152b17cc6 Fix markdown in README.md 2017-03-07 17:42:37 +01:00
Marco Castelluccio ee8dc510ec Improve README by adding usage and examples. Fixes #2 2017-03-06 23:55:09 +01:00
Marco Castelluccio 86a6bbcb11 Add install script. Fixes #7 2017-03-06 23:39:26 +01:00
Marco Castelluccio f1319b6fee Use unwrap_or to make things nicer 2017-03-06 22:57:29 +01:00
Marco Castelluccio e736ad4e2b Add rust-crypto to Cargo.toml 2017-03-06 22:51:55 +01:00
Marco Castelluccio 15c72dfa72 Use iterator instead of allocating Vec 2017-03-06 22:46:42 +01:00
Marco Castelluccio f0d05926ba Support coveralls output format 2017-03-06 22:33:25 +01:00
Marco Castelluccio 57fed4f306 Use to_writer to output the JSON objects 2017-03-06 11:37:08 +01:00
Marco Castelluccio ff24d97ac0 Support parsing gcda/gcno files from multiple directories at the same time 2017-03-06 11:09:04 +01:00
Marco Castelluccio 858e43173a Remove unused file 2017-03-05 01:38:59 +01:00
Marco Castelluccio bd1525d642 Merge branch 'master' of github.com:marco-c/grcov 2017-03-04 02:36:51 +01:00
Marco Castelluccio 4a7ac51298 Make it extra clear that gcov (GCC) is required. Fixes #5 2017-03-04 02:36:40 +01:00
Marco 430f71c29d Merge pull request #6 from marco-c/different_gcc_versions
Test on Travis with different GCC versions (4.9, 5, 6)
2017-03-04 02:34:44 +01:00
Marco Castelluccio d08524d4db Don't test builtin files on CI, as they might be different on different compiler versions 2017-03-04 02:16:17 +01:00
Marco Castelluccio 4d723b69c8 Run tests with different gcc versions 2017-03-04 02:16:17 +01:00
Marco Castelluccio 3d454d5b30 Smaller text for 'Minimum requirements' paragraph title 2017-03-04 01:40:19 +01:00
Marco Castelluccio 828e1b5f47 Note that GCC 4.9 is required 2017-03-04 01:35:35 +01:00
Marco Castelluccio b76914295b Add missing test files 2017-03-03 21:02:40 +01:00
Marco Castelluccio 7488aadc0a Avoid starts_with call when the value is exactly 0 2017-03-03 21:02:23 +01:00