Skip to content

Commit

Permalink
Use test settings in coverage task
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Jun 22, 2021
1 parent 97b1744 commit cca1e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Expand Up @@ -46,6 +46,7 @@ function coverage(cb) {
'run',
'manage.py',
'test',
'--settings=babybuddy.settings.test',
'--parallel',
'--exclude-tag',
'isolate'
Expand Down

0 comments on commit cca1e40

Please sign in to comment.