We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52434a8 commit e23a07aCopy full SHA for e23a07a
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
command: docker-compose run --rm postgres psql -h postgres -U postgres -c "create database tests;"
35
- run:
36
name: Run Tests
37
- 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/
38
39
name: Copy Test Results
40
command: |
pytest.ini
@@ -1,3 +1,2 @@
1
[pytest]
2
-addopts = --cov-report xml --cov-report=term-missing --cov=redash --cov-config .coveragerc
3
norecursedirs = *.egg .eggs dist build docs .tox
0 commit comments