mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-25 08:54:20 +01:00
4 lines
124 B
Bash
Executable File
4 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
export COVERAGE_FILE=/tmp/.coverage
|
|
coverage run --omit='/home/travis/.local/,*/.direnv/*' --parallel-mode "$@"
|