-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.