Closed koenvervloesem closed 1 year ago
Merging #11 (188720c) into main (2e227ff) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #11 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 110 111 +1
Branches 16 16
=========================================
+ Hits 110 111 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/bluetooth_numbers/__init__.py | 100.00% <0.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Apparently pipx run was using the system Python version instead of the one set up by the action setup-python. This commit specifies the Python version to run with pipx exactly.
Also run the tests on Python 3.8, 3.9 and 3.10 and don't fail fast.