Apply suggestions from code review of branch webapp_unit_testing
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
parent
3fc2a79a89
commit
a5fc9c65dc
1 changed files with 4 additions and 3 deletions
|
|
@ -150,10 +150,11 @@ combined-tests:
|
||||||
coverage_format: cobertura
|
coverage_format: cobertura
|
||||||
path: coverage.xml
|
path: coverage.xml
|
||||||
|
|
||||||
# JavaScript linting with ESLint (via Vue CLI)
|
# JavaScript linting and testing
|
||||||
|
# ESLint, StyleLint and ViTest
|
||||||
# Only runs when a .js or .vue file is edited
|
# Only runs when a .js or .vue file is edited
|
||||||
eslint:
|
javascript-lint-and-test:
|
||||||
stage: analysis
|
stage: testing
|
||||||
extends: .javascript_webapp
|
extends: .javascript_webapp
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue