mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[CI] Collect code coverage stats from unit tests
This commit is contained in:
@@ -29,7 +29,12 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: run unit tests
|
name: run unit tests
|
||||||
command: |
|
command: |
|
||||||
py.test tests/
|
py.test --cov=tljh tests/
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: upload code coverage stats
|
||||||
|
command: |
|
||||||
|
codecov
|
||||||
|
|
||||||
integration-test:
|
integration-test:
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
pytest
|
pytest
|
||||||
|
pytest-cov
|
||||||
|
codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user