HEPCloud / decisionengine

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

Explicitly pass .coveragerc to pytest. #597

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

This may help us get our numbers back from the unexpected drop.

codecov[bot] commented 2 years ago

Codecov Report

Merging #597 (c929dd6) into master (51bed3d) will increase coverage by 11.93%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #597       +/-   ##
===========================================
+ Coverage   84.02%   95.96%   +11.93%     
===========================================
  Files          46       46               
  Lines        2748     2748               
  Branches      492      439       -53     
===========================================
+ Hits         2309     2637      +328     
+ Misses        393       77      -316     
+ Partials       46       34       -12     
Flag Coverage Δ
python-3.10 95.85% <ø> (+11.89%) :arrow_up:
python-3.6 95.68% <ø> (+11.99%) :arrow_up:

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

Impacted Files Coverage Δ
...ionengine/framework/config/ChannelConfigHandler.py 96.00% <0.00%> (+1.33%) :arrow_up:
...ecisionengine/framework/taskmanager/TaskManager.py 98.27% <0.00%> (+6.55%) :arrow_up:
...rc/decisionengine/framework/modules/SourceProxy.py 78.57% <0.00%> (+10.00%) :arrow_up:
src/decisionengine/framework/engine/Workers.py 87.01% <0.00%> (+10.38%) :arrow_up:
src/decisionengine/framework/dataspace/maintain.py 100.00% <0.00%> (+17.14%) :arrow_up:
...isionengine/framework/managers/ComponentManager.py 100.00% <0.00%> (+17.39%) :arrow_up:
...cisionengine/framework/taskmanager/module_graph.py 100.00% <0.00%> (+35.18%) :arrow_up:
.../decisionengine/framework/engine/DecisionEngine.py 89.80% <0.00%> (+53.50%) :arrow_up:

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 51bed3d...c929dd6. Read the comment docs.