circle.yml in circleci-coverage_reporter-0.4.0 vs circle.yml in circleci-coverage_reporter-0.5.0
- old
+ new
@@ -4,6 +4,8 @@
test:
override:
- bundle exec rspec --format progress --require rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
- bundle exec rubocop
post:
+ - bundle exec rake rubycritic
+ - bundle exec yard doc -o $CIRCLE_ARTIFACTS/doc
- bundle exec rake circleci:report_coverage