mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 16:34:20 +01:00
3 lines
88 B
Bash
Executable File
3 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
coverage run --omit='/home/travis/.local/,*/.direnv/*' --parallel-mode "$@"
|