albermax / innvestigate

A toolbox to iNNvestigate neural networks' predictions!
Other
1.25k stars 234 forks source link

Update CI #258

Closed adrhill closed 3 years ago

adrhill commented 3 years ago

This PR updates the GitHub Actions CI:

codecov-commenter commented 3 years ago

Codecov Report

Merging #258 (2ac3538) into master (c3295be) will increase coverage by 49.94%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #258       +/-   ##
===========================================
+ Coverage   21.41%   71.36%   +49.94%     
===========================================
  Files          46       41        -5     
  Lines        4300     4173      -127     
  Branches      659      637       -22     
===========================================
+ Hits          921     2978     +2057     
+ Misses       3357     1007     -2350     
- Partials       22      188      +166     
Impacted Files Coverage Δ
src/innvestigate/analyzer/__init__.py
src/innvestigate/utils/keras/__init__.py
src/innvestigate/utils/__init__.py
src/innvestigate/tools/__init__.py
src/innvestigate/__init__.py
src/innvestigate/analyzer/relevance_based/utils.py 32.35% <0.00%> (+32.35%) :arrow_up:
src/innvestigate/utils/keras/backend.py 35.08% <0.00%> (+35.08%) :arrow_up:
src/innvestigate/applications/imagenet.py 37.83% <0.00%> (+37.83%) :arrow_up:
src/innvestigate/utils/keras/graph.py 56.02% <0.00%> (+56.02%) :arrow_up:
src/innvestigate/tools/perturbate.py 62.98% <0.00%> (+62.98%) :arrow_up:
... and 13 more

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 c3295be...2ac3538. Read the comment docs.