travis: Force coverage files to be written in the working dir

This commit is contained in:
Christian Decker
2020-05-23 18:01:00 +02:00
parent cfc6a8b33e
commit fd0e492e2f
2 changed files with 3 additions and 9 deletions

View File

@@ -1,3 +1,2 @@
#!/bin/bash
export COVERAGE_FILE=/tmp/.coverage
coverage run --omit='/home/travis/.local/,*/.direnv/*' --parallel-mode "$@"