mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-27 18:04:21 +01:00
travis: Added coverage for plugins and coveralls integration
This commit is contained in:
3
.travis/bin/python3
Executable file
3
.travis/bin/python3
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
export COVERAGE_FILE=/tmp/.coverage
|
||||
coverage run --omit='/home/travis/.local/,*/.direnv/*' --parallel-mode "$@"
|
||||
Reference in New Issue
Block a user