Skip to content

Commit

Permalink
Disable html coverage on gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Sep 12, 2018
1 parent abbc85a commit 23b3201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ stages:
- export PYTHONPATH=$(pwd):$PYTHONPATH
script:
- flake8 sevenbridges
- py.test -v --cov=sevenbridges --cov-report=html
artifacts:
paths:
- htmlcov/*
- py.test -v --cov=sevenbridges


# Test with python 2.7
test:2.7:
Expand Down

0 comments on commit 23b3201

Please sign in to comment.