Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606889830-practice
Commits
71b2ae6b
Commit
71b2ae6b
authored
Dec 18, 2019
by
Luthfi Dzaky Saifuddin
Browse files
add coverage in unit test
parent
f696194d
Pipeline
#27243
passed with stages
in 10 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
71b2ae6b
...
...
@@ -11,7 +11,8 @@ UnitTest:
-
pip3 install -r requirements.txt
when
:
on_success
script
:
-
python3 manage.py test lists accounts
-
coverage run --source=lists,accounts manage.py test lists accounts
-
coverage report -m
Deployment
:
image
:
ruby:2.4
...
...
requirements.txt
View file @
71b2ae6b
...
...
@@ -20,4 +20,5 @@ MutPy==0.6.0
pydot
==1.4.1
pyparsing
==2.4.2
PyYAML
==5.1.2
termcolor
==1.1.0
\ No newline at end of file
termcolor
==1.1.0
coverage
==5.0
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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