Closed hvy closed 3 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
kurobako_problems/src/zdt.rs | 0 | 1 | 0.0% | ||
src/record/study.rs | 0 | 2 | 0.0% | ||
kurobako_core/src/problem.rs | 0 | 18 | 0.0% | ||
<!-- | Total: | 0 | 21 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/record/study.rs | 1 | 0% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 474834604: | -0.03% |
Covered Lines: | 1098 |
Relevant Lines: | 7703 |
PTAL.
Thanks for your suggestions, applied and PTAL.
Codecov upload failure by CI.
with:
github-token: ***
parallel: true
path-to-lcov: /tmp/grcov-report-vrio2uc3gci
coveralls-endpoint: https://coveralls.io
Using lcov file: /tmp/grcov-report-vrio2uc3gci
Error: "2021-01-11T01:04:41.932Z" 'error from getOptions'
Error: Error: Command failed: git cat-file -p f7c81312770f389e4b17f8b8f63f879a9e55324b
fatal: Not a valid object name f7c81312770f389e4b17f8b8f63f879a9e55324b
Looks similar to the "race condition" issue with checkout@v1
but I'm not entirely sure since master
haven't been updated. How about trying checkout@v2
?
How about trying checkout@v2?
Sounds good. Thank you for your suggestion.
Introduces a reference point field
reference_point
to Kurobako's problems. Prior to this change, the reference points could be specified viaattrs
which was somewhat ad-hoc. This PR also adds an actual reference point to ZDT for demonstrational purpose.This field is
None
, plotting will fall back to a hard-coded point.