You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove tox from GitHub workflow
* Allow the `make` program to be set as a variable
* Fix pathing in coverage reports
* push even more configuration into the setup.cfg for the coverage runs
* fix `make clean` target to clean up coverage files and not deal with
.pyc files any more (since these are unlikely to be generated in the
source tree)
* Enable code coverage in ci (break up run function)
* break out ci-prebuild and ci-postbuild commands, which ensures that
the linter and check-manifest run _before_ builds and that coverage
runs _after_ builds.
* Add output to CMake if building w/ coverage
* comment out tox configuration from setup.cfg
* setup.py no longer checks coverage options
* check if lcov is installed for lcov target
* switch to using parallel mode for python coverage
* add lcov target for C++ coverage report generation
* use the GITHUB_WORKSPACE variable from github actions to specify where
the build directory lives
* apt-get instead of apt
* delete tox setup.cfg block
* Delete Cxx coverage option code from setup.py
* Update readme with notes about C++ coverage
0 commit comments