starcoin icon indicating copy to clipboard operation
starcoin copied to clipboard

Maybe the coverage report has a bug, the coverage is suddenly reduced. Diem project does some report hack. https://app.codecov.io/gh/starcoinorg/starcoin

Open jiangying000 opened this issue 3 years ago • 0 comments

took from #3136 comment

the issue still exists in lastest coverage report generation log https://github.com/starcoinorg/starcoin/runs/7855849424?check_suite_focus=true#step:6:7601

2022-08-16T11:07:58.3623477Z profiling: /runner/_work/starcoin/starcoin/target/debug/deps/crossbeam_utils-496361422fb90d13.gcda: cannot merge previous GCDA file: corrupt arc tag (0x00000000)
2022-08-16T11:07:58.3623831Z profiling: /runner/_work/starcoin/starcoin/target/debug/deps/crossbeam_utils-496361422fb90d13.gcda: cannot merge previous GCDA file: corrupt arc tag (0x00000000)
2022-08-16T11:07:58.3624187Z profiling: /runner/_work/starcoin/starcoin/target/debug/deps/crossbeam_utils-496361422fb90d13.gcda: cannot merge previous GCDA file: corrupt arc tag (0x00000000)
2022-08-16T11:07:58.3624548Z profiling: /runner/_work/starcoin/starcoin/target/debug/deps/crossbeam_utils-496361422fb90d13.gcda: cannot merge previous GCDA file: corrupt arc tag (0x00007fd3)
2022-08-16T11:07:58.3624908Z profiling: /runner/_work/starcoin/starcoin/target/debug/deps/crossbeam_utils-496361422fb90d13.gcda: cannot merge previous GCDA file: corrupt arc tag (0xf6a3488a)
2022-08-16T11:07:58.3625303Z ./scripts/coverage_report.sh: line 85: 10829 Segmentation fault      (core dumped) cargo xtest --html-lcov-dir="${COVERAGE_DIR}" --no-fail-fast --lib -j 5

jiangying000 avatar Aug 17 '22 00:08 jiangying000