codecov-bash icon indicating copy to clipboard operation
codecov-bash copied to clipboard

Global coverage report uploader for Codecov

Results 23 codecov-bash issues
Sort by recently updated
recently updated
newest added

It looks like the appveyor commit SHA needs similar fixing as the Github Actions or Azure one. In https://ci.appveyor.com/project/Flamefire/nowide-fr98b/builds/38560544/job/kb2fl8uw27ued5qs the commit is detected as `b6c2ea6c45b76b760189abe5246df472e701a1f9` while it should be `0c853652e5409b32ef8d07939d93c4c5d7e55094`...

Hello, It looks like recently you deployed some changes/rules about uploads. Last successful nightly build on our project was on Friday 26th of February. Since then the nightly and regular...

This is my current codecov step during testing on Linux: ``` llvm-cov export -format="lcov" .build/debug/TypedNotificationCenterPackageTests.xctest -instr-profile .build/debug/codecov/default.profdata > info.lcov bash

enhancement
help wanted
question