Skip to content

Commit

Permalink
Added support for scrutinizer-ci coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Dec 29, 2016
1 parent 50ebe53 commit 5c30f23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -87,6 +87,9 @@ after_test:
- pip install codeclimate-test-reporter
- codeclimate-test-reporter

# additional support for scrutinizer-ci
- pip install scrutinizer-ocular
- ocular --data-file ".coverage"

# this needs to be here in after_test and not in on_success because artifacts are collected directly after after_test
# package application without ps
Expand Down

0 comments on commit 5c30f23

Please sign in to comment.