Skip to content

Commit

Permalink
🔥 Remove temp coverage hack
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Dec 30, 2019
1 parent a6b95dd commit bee3886
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis/Dockerfile_test
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ ADD docker_test.sh /docker_test.sh
RUN set -ex; \
sudo chmod 755 /docker_test.sh; \
sudo pip install coverage==4.5.4; \
sudo pip install python-coveralls; \
echo 'Ugly, but, force coverage debug...'; \
sed -i \
-e 's|if self._debug and self._debug.should('dataio'):|if True:|g' \
/usr/local/lib/python3.7/site-packages/coverage/data.py
sudo pip install python-coveralls

EXPOSE 4444

Expand Down

0 comments on commit bee3886

Please sign in to comment.