Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbansal
Test-Docker
Commits
dd454ab7
Commit
dd454ab7
authored
Aug 20, 2019
by
isillitoe
Browse files
add more modules for coverage
parent
821beadb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
dd454ab7
...
...
@@ -6,6 +6,6 @@ before_install:
install
:
-
"
pip
install
-r
requirements.txt"
script
:
-
"
pytest
--cov-report=xml
--cov=cathapi
select_template_api/tests.py"
-
"
pytest
--cov-report=xml
--cov=cathapi
--cov=frontend
--cov=select_template_api
frontend/tests.py
select_template_api/tests.py"
after_success
:
-
codecov
\ 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