Skip to content
Snippets Groups Projects

Refactor

Merged Jan Maximilian Michal requested to merge refactor into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
stages:
stages:
- build
- build
- test
- test
@@ -25,13 +24,15 @@ test_coverage:
@@ -25,13 +24,15 @@ test_coverage:
services:
services:
- postgres:9.5
- postgres:9.5
script:
script:
- coverage run backend/manage.py test --noinput
- cd backend/
 
- coverage run manage.py test --noinput
- coverage report --skip-covered
- coverage report --skip-covered
test_pylint:
test_pylint:
<<: *test_definition
<<: *test_definition
script:
script:
- pylint backend/core || exit 0
- cd backend/
 
- pylint core || exit 0
.staging_template: &staging_definition
.staging_template: &staging_definition
Loading