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?
|
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 |
|
I personally would recommend that you keep That way, if there is a problem with Codecov, you get notified immediately. |
|
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. |
|
In order to get coverage for Julia packages, we rely on Codecov's support for For debugging, let's |
|
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. |
|
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. |
|
It was probably a transient server-side error on the Codecov servers? |
|
@devmotion Since we're already working on the CI config here, I wonder if this is a good opportunity to do the following:
|
|
(I can enable merge queue in the GitHub repo settings, when we are ready.) |
|
this is ready to merge, right? |
|
thanks for the help! |
No description provided.