From cca1e409e379b5411be516a1b9938f4993da26d3 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 21 Jun 2021 20:52:47 -0700 Subject: [PATCH] Use test settings in coverage task --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 65d9f34e6..b3707644c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -46,6 +46,7 @@ function coverage(cb) { 'run', 'manage.py', 'test', + '--settings=babybuddy.settings.test', '--parallel', '--exclude-tag', 'isolate'