mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00

Coverage reporting wasn't migrated into the docker container and therefore did nothing at all.
17 lines
403 B
YAML
17 lines
403 B
YAML
version: '3'
|
|
services:
|
|
tests:
|
|
build: .
|
|
volumes:
|
|
- ".:/root/.vim/bundle/taskwiki:ro"
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
command: make xvfb-cover-pytest
|
|
environment:
|
|
PYTEST_FLAGS: "-o cache_dir=/tmp/pytest-cache ${PYTEST_FLAGS:-}"
|
|
TRAVIS:
|
|
TRAVIS_JOB_ID:
|
|
TRAVIS_BRANCH:
|
|
TRAVIS_PULL_REQUEST:
|