5 lines
47 B
Bash
Executable file
5 lines
47 B
Bash
Executable file
#/bin/sh
|
|
|
|
set -ex
|
|
|
|
pip3 install lcov-cobertura
|