Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Feb 2, 2021
2 parents cddd8dd + c3cdc78 commit 1d83d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- ./APIFuzzer -h
- pip3 install -r test/requirements_for_test.txt
- python3 test/test_application.py&
- pytest --cov-report term --cov=apifuzzer --durations=10 --show-capture=stdout -vv -rP test
- pytest -x --hypothesis-show-statistics --cov-report html --cov=apifuzzer --html=pytest.html --self-contained-html --durations=10 --show-capture=stdout -vv -rP test
after_script:
- coverage xml
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.8" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 comments on commit 1d83d2d

Please sign in to comment.