mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Remove missing coverage from pytest terminal output (#3180)
* Remove missing coverage from pytest terminal output * move coverage reporting to CI
This commit is contained in:
committed by
Arik Fraimovich
parent
52434a837f
commit
e23a07af03
@@ -34,7 +34,7 @@ jobs:
|
|||||||
command: docker-compose run --rm postgres psql -h postgres -U postgres -c "create database tests;"
|
command: docker-compose run --rm postgres psql -h postgres -U postgres -c "create database tests;"
|
||||||
- run:
|
- run:
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
command: docker-compose run --name tests redash tests --junitxml=junit.xml tests/
|
command: docker-compose run --name tests redash tests --junitxml=junit.xml --cov-report xml --cov=redash --cov-config .coveragerc tests/
|
||||||
- run:
|
- run:
|
||||||
name: Copy Test Results
|
name: Copy Test Results
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
addopts = --cov-report xml --cov-report=term-missing --cov=redash --cov-config .coveragerc
|
|
||||||
norecursedirs = *.egg .eggs dist build docs .tox
|
norecursedirs = *.egg .eggs dist build docs .tox
|
||||||
|
|||||||
Reference in New Issue
Block a user