Closed BrianPugh closed 1 year ago
Merging #125 (2ca25e4) into main (69860c1) will increase coverage by
0.09%
. The diff coverage is76.59%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #125 +/- ##
==========================================
+ Coverage 73.55% 73.65% +0.09%
==========================================
Files 37 38 +1
Lines 1471 1541 +70
Branches 243 258 +15
==========================================
+ Hits 1082 1135 +53
- Misses 319 332 +13
- Partials 70 74 +4
Flag | Coverage Δ | |
---|---|---|
unittests | 73.58% <76.59%> (+0.10%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
belay/cli/select.py | 0.00% <0.00%> (ø) |
|
belay/device_support.py | 100.00% <ø> (ø) |
|
belay/device_meta.py | 81.13% <80.39%> (-18.87%) |
:arrow_down: |
belay/device.py | 72.23% <90.32%> (+1.37%) |
:arrow_up: |
belay/__init__.py | 100.00% <100.00%> (ø) |
|
belay/exceptions.py | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Features
Allows for implementation-specific decorators by specifying
implementation="implementation name"
in executer decorators. Example:DeviceMeta
metaclass.Misc
device.py
module into several modules.