Description
the test reports are uploaded successfully, and we can see the log in github actions. But codecov said missing base report
Repository
CI/CD
github actions
Uploader
- name: Coverage
run: bash <(curl -s https://codecov.io/bash)
Commit SHAs
57f79d58fe27f6cac6430dca3158610b08518e4a
Codecov YAML
# To validate:
# cat codecov.yml | curl --data-binary @- https://codecov.io/validate
codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "50...75"
status:
project:
default:
threshold: 1
# Disable patch since it is noisy and not correct
patch:
default:
enabled: no
if_not_found: success
Codecov Output
Run bash <(curl -s https://codecov.io/bash)
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Bash-20201009-048fee3
==> GitHub Actions detected.
project root: .
Fixing merge commit SHA
Yaml found at: .github/codecov.yaml
==> Running gcov in . (disable via -X gcov)
==> Python coveragepy not found
==> Searching for coverage reports in:
+ .
-> Found 2 reports
==> Detecting git/mercurial file structure
==> Reading reports
+ ./.github/codecov.yaml bytes=384
+ ./coverage.txt bytes=944437
==> Appending adjustments
https://docs.codecov.io/docs/fixing-reports
/dev/fd/63: line 1538: echo: write error: Broken pipe
/dev/fd/63: line 1592: echo: write error: Broken pipe
+ Found adjustments
==> Gzipping contents
==> Uploading reports
url: https://codecov.io
query: branch=dubbo-setplayload&commit=57f79d58fe27f6cac6430dca3158610b08518e4a&build=329429948&build_url=http%3A%2F%2Fgithub.com%2Fmosn%2Fmosn%2Factions%2Fruns%2F329429948&name=&tag=&slug=mosn%2Fmosn&service=github-actions&flags=&pr=1437&job=&cmd_args=
-> Pinging Codecov
https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=dubbo-setplayload&commit=57f79d58fe27f6cac6430dca3158610b08518e4a&build=329429948&build_url=http%3A%2F%2Fgithub.com%2Fmosn%2Fmosn%2Factions%2Fruns%2F329429948&name=&tag=&slug=mosn%2Fmosn&service=github-actions&flags=&pr=1437&job=&cmd_args=
-> Uploading to
https://storage.googleapis.com/codecov/v4/raw/2020-10-26/6FE761F5C8315A221D190C66AEDD4F69/57f79d58fe27f6cac6430dca3158610b08518e4a/e5044af0-80f4-4c9b-83db-80faae2e9b0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201026%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201026T160724Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e1b2c103763aaea38ab31da04a32d778cec048b4a5d83d252298ed7440c1e795
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 218k 0 0 100 218k 0 823k --:--:-- --:--:-- --:--:-- 820k
-> View reports at https://codecov.io/github/mosn/mosn/commit/57f79d58fe27f6cac6430dca3158610b08518e4a
Steps to Reproduce
It seems now all test coverage cannot display normally on our project GitHub - mosn/mosn: The Cloud-Native Network Proxy Platform