koenvervloesem / bluetooth-numbers

An up-to-date listing of all the various Bluetooth Specification-related elements (Company IDs, Service UUIDs, Characteristic UUIDs and Descriptor UUIDs), that you can use in your Python projects instead of rolling your own.
https://bluetooth-numbers.readthedocs.io
MIT License
16 stars 3 forks source link

Specify Python version with pipx run #11

Closed koenvervloesem closed 1 year ago

koenvervloesem commented 1 year ago

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.

codecov-commenter commented 1 year ago

Codecov Report

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.