Conversation
| @@ -0,0 +1,28 @@ | |||
| # CI | |||
There was a problem hiding this comment.
Can you put these docs into ReadTheDocs (in docs/) instead?
| @@ -0,0 +1,410 @@ | |||
| name: Garage CI <Release Version> | |||
There was a problem hiding this comment.
I don't think this is the best place for this file, since it will probably get picked up by GH actions. Is this just a copy (mostly) of the existing release files? In that case, not sure we need it.
There was a problem hiding this comment.
Hi! I'm reopening this because I don't think we'll be changing the Github Actions workflows any further for some time. The template is closer to a copy of the Release CI but with updates (doctest, etc.). I feel like it would just make the process more foolproof than it would be if there was no file at all that could be made into a new release ci file with the obvious edits. It does fail GH actions though. Do you think there's a better place to put it?
Codecov Report
@@ Coverage Diff @@
## master #2232 +/- ##
==========================================
- Coverage 91.84% 91.18% -0.67%
==========================================
Files 242 201 -41
Lines 17456 10977 -6479
Branches 2537 1371 -1166
==========================================
- Hits 16033 10009 -6024
+ Misses 1057 705 -352
+ Partials 366 263 -103
Continue to review full report at Codecov.
|
Readme and template for documenting how to create a new CI file for releases. Right now the process must be done manually.