Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
ViralHostRangeDB
Commits
6aab2865
Commit
6aab2865
authored
Feb 08, 2022
by
Bryan BRANCOTTE
Browse files
omit files that are not testable/relevant
parent
65a172f2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/viralhostrange/resources/docker-entrypoint.sh
View file @
6aab2865
...
...
@@ -13,7 +13,7 @@ if [ "$1" == "test" ]; then
python manage.py compilemessages
||
exit
6
coverage run
--source
=
'.'
manage.py
test
||
exit
3
coverage report
--skip-covered
--omit
=
*
/wsgi.py,
*
/asgi.py,manage.py,
*
/apps.py
coverage html
-d
persistent_volume/htmlcov
coverage html
-d
persistent_volume/htmlcov
--omit
=
*
/wsgi.py,
*
/asgi.py,manage.py,
*
/apps.py
exit
0
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment