pmem / pmemstream

Other
9 stars 13 forks source link

codecov clang builds are missing #255

Open lukaszstolarczuk opened 2 years ago

lukaszstolarczuk commented 2 years ago

Coverage delivered by llvm-cov (on clang builds) is missing.

My try to fill in this gap (or rather return to the previous state we had before switching to the new codecov uploader) failed - see my branch codecov-add-llvm-cov and commit.

custom gcov executable should be supported in the new uploader since this PR: https://github.com/codecov/uploader/pull/794