Releases: RPGillespie6/fastcov
Releases · RPGillespie6/fastcov
fastcov version 1.4
fastcov version 1.3
Description:
- Fix #28
- Add ability to process gcno files in addition to gcda files by passing
--process-gcno
- This flag essentially includes all instrumented sources files in the coverage report, not just ones under test.
fastcov version 1.2
Description:
- Fix #14 and #15
- Add ability to specify file encodings with
--fallback-encodings
; You won't need this option unless one of your source files is saved with a non-utf8 encoding - Add automated testing and deployment
test/
now contains 2 classes of tests: unit and functional- unit tests are written with pytest to directly call fastcov functions
- functional tests are black box tests executed by shell scripts against a CMake project
fastcov version 1.1
Description:
- Add more branch filtering options
- Make minimum chunk value configurable via CLI
- Make gcov version parsing more robust
fastcov version 1.0
Description:
- Initial stable release of fastcov
- Supported PyPI package
fastcov