Skip to content

Commit

Permalink
Fixed coverage report publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed Nov 11, 2017
1 parent a9bacf3 commit 04d6fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
bin/codecept run --coverage --coverage-xml --coverage-html
- run:
name: 'Test: Coverage Publishing'
command: bin/coveralls tests/Report/coverage
command: bin/coveralls
- run:
name: 'Test: Execution Report'
command: allure generate -o tests/Report/Allure -- tests/Metadata/Allure

0 comments on commit 04d6fc0

Please sign in to comment.