MideTechnology / endaq-python

A comprehensive, user-centric Python API for working with enDAQ data and devices
MIT License
24 stars 12 forks source link

Updates to test on Python 3.11 #213

Closed pscheidler closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #213 (86dba78) into development (d815c79) will increase coverage by 0.27%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           development     #213      +/-   ##
===============================================
+ Coverage        70.70%   70.98%   +0.27%     
===============================================
  Files               33       35       +2     
  Lines             3199     3222      +23     
===============================================
+ Hits              2262     2287      +25     
+ Misses             937      935       -2     
Impacted Files Coverage Δ
endaq/ide/__init__.py 100.00% <0.00%> (ø)
endaq/__init__.py 100.00% <0.00%> (ø)
endaq/calc/psd.py 86.73% <0.00%> (+0.06%) :arrow_up:
endaq/ide/info.py 86.27% <0.00%> (+0.09%) :arrow_up:
endaq/plot/plots.py 67.54% <0.00%> (+0.66%) :arrow_up:
endaq/ide/measurement.py 90.05% <0.00%> (+0.75%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

pscheidler commented 1 year ago

Need to merge in MideTechnology/idelib#129 before the 3.11 tests will pass

pscheidler commented 1 year ago

Tests now passing. There's a deprecation warning regarding a command in the GHA that we should remember to redo later. It's probably in most of our repos as well.

https://midetech.atlassian.net/browse/ES-496 Josh has fixed these warnings in the firmware test repos, so it should be straightforward