Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ViralHostRangeDB
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
ViralHostRangeDB
Commits
6aab2865
Commit
6aab2865
authored
Feb 8, 2022
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
omit files that are not testable/relevant
parent
65a172f2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/viralhostrange/resources/docker-entrypoint.sh
+1
-1
1 addition, 1 deletion
src/viralhostrange/resources/docker-entrypoint.sh
with
1 addition
and
1 deletion
src/viralhostrange/resources/docker-entrypoint.sh
+
1
−
1
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
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment