Conversation
* usethis::use_github_action_check_standard()
*presumably only on linux
* will still error on win/mac
|
Also @jefferis I need a bit more info on what |
Codecov Report
@@ Coverage Diff @@
## master #475 +/- ##
=========================================
Coverage ? 76.89%
=========================================
Files ? 47
Lines ? 5856
Branches ? 0
=========================================
Hits ? 4503
Misses ? 1353
Partials ? 0 Continue to review full report at Codecov.
|
|
Thanks so much @dokato. I would like to merge quickly, but just wanted to check re coverage. I have been using coveralls for status (there is a badge) but not as a CI check. Were you suggesting a codecov CI check? This might be good. Also could you summarise the windows issues? I did not have a Windows build in the past, but it might be nice to add one. |
Ah, force of habit. I used in previous projects codecov mainly. I can change to coveralls, no problem. With windows the error comes from installing CMTK. The excerpt from logs is below. You can see the whole logs here. BTW I checked also curls from |
|
@jefferis I had a first go with coveralls, looks like we need to have Now it failed: |
|
@dokato, I added the COVERALLS_TOKEN as a secret and reran the jobs, but that still failed. I forgot, but I think it needs to be exposed explicitly in the workflow doc. |
|
This is really frustrating re coveralls. The best lead I have found is here. But I think we should already be fulfilling everything that he says. |
|
Thanks @jefferis, actually just before lunch I found this thread with your comments from April ;) I'm testing 2 more things from this user advice. If that doesn't work, are you happy to migrate to codecov? |
Sure. I do have a lot of coverage history but the end of the day we're mostly interested in current state and the next delta. |
|
Before I do that, are you sure @jefferis that the coveralls repo token is correctly set up as secret? I tested on my repo ( Could you share with me this token through some vault? I don't have privilidges for nat to see it here. |
|
Thanks for all of this @dokato. As you can see I have just gone with your codecov branch – not worth going against the current for something not mission critical! |
Related to #450.
I had a quick try on github actions, I can't quite figure out why Windows CMTK installation fails...
I also temporarily switched of ubuntu release as it was taking forever to pull down dependencies. This should work no problem though.
If we want to get unblock for now, I suggest testing on mac/ubuntu now and figure the rest later?