This commit is contained in:
parent
4d1439dc07
commit
a0c9e7d0c3
1 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,7 @@ pipeline:
|
|||
# - DATABSE_URL=postgres://postgres:password@database:5432/postgres
|
||||
commands:
|
||||
- make test
|
||||
- make coverage
|
||||
coverage:
|
||||
image: plugins/docker
|
||||
- docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin
|
||||
# - make integration-test
|
||||
|
|
Loading…
Reference in a new issue