HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

Start testing python 3.10 #533

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

With the release of Python 3.10, start testing against it for our "future edge".

codecov[bot] commented 2 years ago

Codecov Report

Merging #533 (ea6727f) into master (31b0f30) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #533      +/-   ##
==========================================
+ Coverage   83.89%   83.91%   +0.02%     
==========================================
  Files          47       47              
  Lines        3080     3084       +4     
  Branches      430      481      +51     
==========================================
+ Hits         2584     2588       +4     
+ Misses        463      461       -2     
- Partials       33       35       +2     
Flag Coverage Δ
python-3.10 83.39% <100.00%> (?)
python-3.6 83.14% <100.00%> (+0.01%) :arrow_up:
python-3.9 ?
python-pypy-3.7 83.37% <100.00%> (-0.09%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/decisionengine/framework/engine/de_client.py 94.73% <100.00%> (+0.04%) :arrow_up:
...c/decisionengine/framework/engine/de_query_tool.py 93.75% <100.00%> (+0.41%) :arrow_up:
src/decisionengine/framework/modules/Transform.py 100.00% <0.00%> (ø)
.../decisionengine/framework/engine/DecisionEngine.py 90.48% <0.00%> (ø)
...ecisionengine/framework/managers/ChannelManager.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31b0f30...ea6727f. Read the comment docs.

pep8speaks commented 2 years ago

Hello @jcpunk! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2021-10-08 13:09:54 UTC