feat: use tarpaulin via docker
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-07-19 23:01:45 +05:30
parent 4d1439dc07
commit a0c9e7d0c3
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 1 deletions

View File

@ -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