refactor ~ improve code coverage implementation#1476
refactor ~ improve code coverage implementation#1476sylvestre merged 10 commits intouutils:masterfrom
Conversation
rivy
commented
Apr 14, 2020
- modifies GHA:CICD workflow to successfully calculate code coverage for macos, unix, and windows
- uploads coverage maps to CodeCov.io (which can integrate reports from multiple platforms)
- includes shortcut utilities to calculate and show locally generated code coverage
|
@sylvestre , if you have some time, would you look at the "util/show-codecov.sh" shell script? Specifically, I've marked three lines "FixME". It's probably just a brain misfire, but I can't figure out how to code this to condense the ignore's for |
|
As a reminder, I'll update the GHA:CICD workflow to include some appropriate |
- refactor ~ reorganize source file directory structure to avoid impairing code coverage
8b7bdc7 to
ce6b425
Compare
|
Yeah, bravo, thanks :) |