travis: Added coverage for plugins and coveralls integration

This commit is contained in:
Christian Decker
2020-01-25 16:30:23 +01:00
parent 44ca145524
commit 6754c28ca8
4 changed files with 19 additions and 1 deletions

3
.travis/bin/python3 Executable file
View File

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