updated files to latest skeleton#198
Conversation
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
=========================================
Coverage ? 90.00%
=========================================
Files ? 30
Lines ? 990
Branches ? 0
=========================================
Hits ? 891
Misses ? 99
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
One thing that confuses me at the moment is _version.py vs _version_git.py which has been in use historically. My repo uses the _version_git to figure out which version it should set as a default in the helm chart. I need to investigate if I can just replace _version_git with _version easily. |
|
|
I'm currently struggling to figure out why my container is not building... |
During the CI, the job tries to run |
…n code yml workflow
joeshannon
left a comment
There was a problem hiding this comment.
I see some of the checks failed. Is that ok for now?
|
I'll have a look and see what's going on - shouldn't be failing! |
A PR to add in some recent pip skeleton things, like:
I have not adopted the new dockerfile structure as it seemed to fail when I tried to use it. Also, I do distinguish between the dockerfile I use in production and for my vscode container, whereas it seems the new pip skeleton does not. The new devcontainer.json looks really good but I just cannot get it to work for some reason.