Verified Commit c2e6452d authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Switch to branch coverage (Closes: #136)

parent 857b453f
......@@ -47,7 +47,7 @@ before_script:
script:
- python3 setup.py develop | tee /tmp/deps.txt
- (! grep Downloading /tmp/deps.txt)
- python3 -m coverage run manage.py test -v 2 --exclude-tag nntp
- python3 -m coverage run --branch manage.py test -v 2 --exclude-tag nntp
- python3 -m coverage report --include='debexpo*' --omit '*/nntp.py'
- python3 -m coverage html --include='debexpo*' --omit '*/nntp.py'
artifacts:
......
......@@ -18,7 +18,7 @@ setenv =
commands =
coverage erase
coverage run manage.py test -v 2 --exclude-tag nntp {posargs}
coverage run --branch manage.py test -v 2 --exclude-tag nntp {posargs}
coverage report --include='debexpo*' --omit '*/nntp.py'
coverage html --include='debexpo*' --omit '*/nntp.py'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment