Uh oh!
There was an error while loading. Please reload this page.
CI: Fix Codecov - #14
Conversation
devmotion
left a comment
There was a problem hiding this comment.
The workflow config looks good. Based on the CI logs (https://github.com/JuliaMath/IntegerMathUtils.jl/actions/runs/7786813263/job/21232481397?pr=14#step:8:31) I assume you haven't added the token as a Github secret yet?
oscardssmith
commented
Feb 5, 2024
That is correct. Do I want to add them to actions/repository secrets? |
Yes, as a new repository secret: https://docs.codecov.com/docs/adding-the-codecov-token#github-actions (these instructions use the token as an environment variable in CI, but one can just directly add it as |
DilumAluthge
commented
Feb 5, 2024
I personally would recommend that you keep That way, if there is a problem with Codecov, you get notified immediately. |
oscardssmith
commented
Feb 5, 2024
yeah. I was trying to delete it to see if it would fix things. I'm very confused as to why this doesn't work but JuliaDSP/DSP.jl#525 does. I'd be interested if you know what the difference is. |
DilumAluthge
commented
Feb 5, 2024
In order to get coverage for Julia packages, we rely on Codecov's support for For debugging, let's |
DilumAluthge
commented
Feb 5, 2024
From the logs: Is this a 500 error from the Codecov server or from the GitHub server? Either way, 500 implies the problem is on the server's side, not our side. |
staticfloat
commented
Feb 5, 2024
The macOS build is successfully uploading. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #14 +/- ##
=======================================
Coverage ? 89.06% =======================================
Files ? 1 Lines ? 64 Branches ? 0 =======================================
Hits ? 57 Misses ? 7 Partials ? 0 ☔ View full report in Codecov by Sentry. |
DilumAluthge
commented
Feb 5, 2024
It was probably a transient server-side error on the Codecov servers? |
DilumAluthge
commented
Feb 5, 2024
@devmotion Since we're already working on the CI config here, I wonder if this is a good opportunity to do the following:
|
DilumAluthge
commented
Feb 5, 2024
(I can enable merge queue in the GitHub repo settings, when we are ready.) |
oscardssmith
commented
Feb 5, 2024
this is ready to merge, right? |
oscardssmith
commented
Feb 5, 2024
thanks for the help! |
No description provided.