-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
common: move on to the new coverage uploader #5548
common: move on to the new coverage uploader #5548
Conversation
f1e148d
to
bd05f70
Compare
e203387
to
b72fc75
Compare
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
codecov/project Failing after 1s — 67.99% (-3.28%) compared to 9b201f7 |
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
b72fc75
to
c44fd99
Compare
the old, bash uploader is long EOL now. Downloading and integrity check of the uploader script is done in docker building process (on the latest Ubuntu LTS).
c44fd99
to
8fc45ab
Compare
Now, I believe this PR is ready for merging. The report is available here: Coverage is high enough: 74.26% We cannot compare file-by-file because (for some reason) the previous push to master (BASE 35ca902) is missing a codecov report. Looking at the CI logs it looks ok to me. If anything comes up later on, it will be fixed in a separate PR. |
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
Move on to the new coverage uploader. The old bash uploader is long EOL now. See: pmem/pmdk#5548
the old, bash uploader is long EOL now.
Downloading and integrity check of the uploader script is done in docker building process (on the latest Ubuntu LTS).
Fixes: #5373
// Partially based on our previous work in pmemstream:
pmem/pmemstream@f82a9d1
// Documentation for the codecov uploader:
https://docs.codecov.com/docs/codecov-uploader
// If we ever resign from running coverage check on Travis, we could make use of GitHub's Action:
https://about.codecov.io/blog/how-to-set-up-codecov-with-c-and-github-actions/
This change is