No comment on successful pull request build

Description

No comment from codecov after successful PR build. It worked before.

CI/CD URL

Update hashbrown requirement from 0.11 to 0.12 by dependabot[bot] · Pull Request #178 · tikv/raft-engine · GitHub (Update hashbrown requirement from 0.11 to 0.12 · tikv/raft-engine@72f28af · GitHub)

Codecov Output

==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
==> SHASUM file signed by key id 806bb28aed779869
==> Uploader SHASUM verified (1e8637b5bdc0b03b67fda9d069fd5ea3673027cb709f06bc4bc9d120e0b086ef  codecov)
==> Running version latest
==> Running version v0.1.9
/home/runner/work/_actions/codecov/codecov-action/v2/dist/codecov -n  -Q github-action-2.1.0 -f coverage.lcov -C 72f28af36b285a22d051a7b89b7f826d5eba0dfd
[2022-01-18T13:17:09.101Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.1.14
[2022-01-18T13:17:09.229Z] ['info'] => Project root located at: /home/runner/work/raft-engine/raft-engine
[2022-01-18T13:17:09.233Z] ['info'] -> No token specified or token is empty
[2022-01-18T13:17:09.238Z] ['info'] Searching for coverage files...
[2022-01-18T13:17:09.492Z] ['info'] => Found 1 possible coverage files:
  coverage.lcov
[2022-01-18T13:17:09.492Z] ['info'] Processing /home/runner/work/raft-engine/raft-engine/coverage.lcov...
[2022-01-18T13:17:09.495Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-01-18T13:17:09.496Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-2.1.0-uploader-0.1.14&token=*******&branch=dependabot%2Fcargo%2Fhashbrown-0.12&build=1712747577&build_url=https%3A%2F%2Fgithub.com%2Ftikv%2Fraft-engine%2Factions%2Fruns%2F1712747577&commit=72f28af36b285a22d051a7b89b7f826d5eba0dfd&job=Rust&pr=178&service=github-actions&slug=tikv%2Fraft-engine&name=&tag=&flags=&parent=
[2022-01-18T13:17:09.922Z] ['info'] Uploading...
[2022-01-18T13:17:10.125Z] ['info'] {"status":"success","resultURL":"https://codecov.io/github/tikv/raft-engine/commit/72f28af36b285a22d051a7b89b7f826d5eba0dfd"}

Expected Results

Comment.

Actual Results

No comment.

Additional Information

N/A

This is possibly a problem with rust toolchain: LLVM coverage regression in nightly-2022-01-15 · Issue #93054 · rust-lang/rust · GitHub. Comment is back after downgrading toolchain version (fix tombstone rewrite ordering by tabokie · Pull Request #180 · tikv/raft-engine · GitHub)

1 Like