-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36607 36607
=======================================
Hits 35911 35911
Misses 696 696
Flags with carried forwar 8000 d coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36607 36607
=======================================
Hits 35911 35911
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 475 475
Lines 37962 37962
=======================================
Hits 37257 37257
Misses 705 705
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36607 36607
=======================================
Hits 35911 35911
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This adds config files for `direnv` / `pyenv`. With a system-wide install of `direnv`, this will automatically install and activate a `.venv` locally. The vscode settings brings with it some recommended extensions, and default configuration to auto-fix/format on-save using `ruff`. It also recommends the `mypy` extension, which gives you proper underlines for type errors, which should hopefully help with fixing these and improving typing going forward.
0640415
to
df4007f
Compare
This adds config files for
direnv
/pyenv
.With a system-wide install of
direnv
, this will automatically install and activate a.venv
locally.The vscode settings brings with it some recommended extensions, and default configuration to auto-fix/format on-save using
ruff
. It also recommends themypy
extension, which gives you proper underlines for type errors, which should hopefully help with fixing these and improving typing going forward.