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:
|
||||
name: run unit tests
|
||||
command: |
|
||||
py.test tests/
|
||||
py.test --cov=tljh tests/
|
||||
|
||||
- run:
|
||||
name: upload code coverage stats
|
||||
command: |
|
||||
codecov
|
||||
|
||||
integration-test:
|
||||
docker:
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
pytest
|
||||
pytest-cov
|
||||
codecov
|
||||
|
||||
Reference in New Issue
Block a user