File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131 command : bundle exec scss-lint --no-color --format=Stats --format=Default --out=reports/scss-lint.txt app/assets/stylesheets/ || true
3232 - run :
3333 name : Run brakeman
34- command : bundle exec brakeman -o tmp /brakeman.json
35- - run : bundle exec brakeman_translate_checkstyle_format translate --file="tmp /brakeman.json" > reports/brakeman_checkstyle.xml
34+ command : bundle exec brakeman -o reports /brakeman.json
35+ - run : bundle exec brakeman_translate_checkstyle_format translate --file="reports /brakeman.json" > reports/brakeman_checkstyle.xml
3636 - run :
3737 name : Run specs
3838 command : CI_REPORTS=reports/test bundle exec rake minitest test
Original file line number Diff line number Diff line change 22reports/rubocop.txt{lint}
33reports/brakeman_checkstyle.xml
44reports/scss-lint.txt{lint}
5- [Tests]reports/TEST*.xml{test}
5+ [Tests]reports/test/ TEST*.xml{test}
66coverage/coverage.xml
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ before_script:
1212script :
1313 - bundle install
1414 - bundle exec rubocop --format emacs --out reports/rubocop.txt || true
15- - bundle exec brakeman -o tmp /brakeman.json
16- - bundle exec brakeman_translate_checkstyle_format translate --file="tmp /brakeman.json" > reports/brakeman_checkstyle.xml
15+ - bundle exec brakeman -o reports /brakeman.json
16+ - bundle exec brakeman_translate_checkstyle_format translate --file="reports /brakeman.json" > reports/brakeman_checkstyle.xml
1717 - bundle exec scss-lint --no-color --format=Stats --format=Default --out=reports/scss-lint.txt app/assets/stylesheets/ || true
1818 - CI_REPORTS=reports/test bundle exec rake minitest test
1919
Original file line number Diff line number Diff line change 1010 - testspace config url samples.testspace.com
1111 - bundle install
1212 - bundle exec rubocop --format emacs --out reports/rubocop.txt || true
13- - bundle exec brakeman -o tmp /brakeman.json
14- - bundle exec brakeman_translate_checkstyle_format translate --file="tmp /brakeman.json" > reports/brakeman_checkstyle.xml
13+ - bundle exec brakeman -o reports /brakeman.json
14+ - bundle exec brakeman_translate_checkstyle_format translate --file="reports /brakeman.json" > reports/brakeman_checkstyle.xml
1515 - bundle exec scss-lint --no-color --format=Stats --format=Default --out=reports/scss-lint.txt app/assets/stylesheets/ || true
1616 - CI_REPORTS=reports/test bundle exec rake minitest test
1717
You can’t perform that action at this time.
0 commit comments