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
La Quadrature du Net
piphone
campaign
Commits
a244d055
Commit
a244d055
authored
Jan 15, 2015
by
Mindiell
Browse files
Added script in order to view tests coverage easily
parent
9b62f19a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests_coverage.sh
0 → 100755
View file @
a244d055
#!/bin/bash
coverage run
--source
=
'.'
manage.py
test
coverage report
--omit
=
've/*'
,
'*__init__.py'
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