chainer / onnx-chainer

Add-on package for ONNX format support in Chainer
MIT License
85 stars 24 forks source link

Add opset option on pytest #229

Closed disktnk closed 5 years ago

disktnk commented 5 years ago

support "opset-versions" option

$pytest --opset-versions=latest tests/functions_tests/test_activations.py
codecov-io commented 5 years ago

Codecov Report

Merging #229 into master will increase coverage by 0.25%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   90.62%   90.87%   +0.25%     
==========================================
  Files          24       24              
  Lines        1578     1578              
==========================================
+ Hits         1430     1434       +4     
+ Misses        148      144       -4
Impacted Files Coverage Δ
onnx_chainer/functions/math.py 89% <0%> (+2%) :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 1e6da12...ea9bb3d. Read the comment docs.