could the shared coverage workflow take a data-stores input, for example mysql,json?
NicTool/api#61’s mysql-only report was 86.87%, so Codecov’s project check fails against main’s current 88.67%. The JSON coverage run passes ~546 tests with one mysql-only race test skipped and currently reports 90.56%; it covers the file-store paths the default run misses.
Running both requested stores and uploading both lcov reports for the same commit would let Codecov combine them.
could the shared coverage workflow take a data-stores input, for example mysql,json?
NicTool/api#61’s mysql-only report was 86.87%, so Codecov’s project check fails against main’s current 88.67%. The JSON coverage run passes ~546 tests with one mysql-only race test skipped and currently reports 90.56%; it covers the file-store paths the default run misses.
Running both requested stores and uploading both lcov reports for the same commit would let Codecov combine them.