Skip to content

Commit

Permalink
Build tests for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Dec 22, 2019
1 parent 5102698 commit d170cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ matrix:
- $PIP install -e .
- $PIP install gcovr pytest-cov
- mvn -f project/coverage package
- ant -f test/build.xml
script:
- $PYTHON -m pytest -v test/jpypetest --cov=jpype --cov-report=xml:coverage_py.xml --jar="native/org.jpype.jar" --jacoco
- gcovr -r . --xml -o coverage.xml -d
Expand Down

0 comments on commit d170cb5

Please sign in to comment.