Skip to content

fastcov version 1.2

Compare
Choose a tag to compare
@RPGillespie6 RPGillespie6 released this 06 Aug 22:14
· 82 commits to master since this release

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