Skip to content

Releases: RPGillespie6/fastcov

fastcov version 1.4

03 Oct 17:26
Compare
Choose a tag to compare

Description:

  • Fix #17
  • Fix #33
  • This release could cause some slightly different filtering behavior depending on CMake build system type you are using.
  • This release standardizes filtering to always use absolute paths so that the filtering behavior when using Make vs. Ninja builds are the same.

fastcov version 1.3

13 Sep 23:36
Compare
Choose a tag to compare

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

06 Aug 22:14
Compare
Choose a tag to compare

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

06 Aug 22:01
Compare
Choose a tag to compare

Description:

  • Add more branch filtering options
  • Make minimum chunk value configurable via CLI
  • Make gcov version parsing more robust

fastcov version 1.0

29 May 20:06
Compare
Choose a tag to compare

Description:

  • Initial stable release of fastcov
  • Supported PyPI package fastcov