Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
It might be a good addition for developers to have a
Do not commit these changes - they are updated as part of our GitHub CI process |
This was a bit unclear to me... As I see it the only reason to use |
|
I mean, in // Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "InvenTree Server",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/backend/InvenTree/manage.py",
"args": [
"runserver",
"0.0.0.0:8000", // expose server in network (useful for testing with mobile app)
//"--sync"// Sychronize worker tasks to foreground thread
// "--noreload" // disable auto-reload
],
"django": true,
"justMyCode": true
},And then, in |
|
Got it - I will try later today. |
|
I have implemented the changes but I cannot commit them. Looking at the output I can find this: I cannot figure out what is wrong. Any hints? |
|
Found the spelling error... It was not marked in the editor, but reding the output log more carefullty it was mentioned there |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #11677 +/- ##
==========================================
- Coverage 91.44% 91.44% -0.01%
==========================================
Files 964 964
Lines 49847 49852 +5
==========================================
+ Hits 45585 45588 +3
- Misses 4262 4264 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@gunstr thanks for the addition! |
Ref #11665
Open questions: