HAECHI-LABS/vvisp

Coverage separation and needs to ignore some files

Opened this issue · 1 comments

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

Current behavior

Coverages of vvisp and vvisp-utils are separated, so coverall does not report coverage of whole packages.
Also, in vvisp, coverage reporter checks temporary generated files contractApis like below:
image

Expected behavior

  1. Unify coverages of each package
  2. Ignoring generated files in contractApis/ dir.

Environment


vvisp version: v0.3.0


Environment:
- Node version: 10.15.2
- Operating system: Mac OSX

CI ignores some files now at #101, but separation problem still exists.