Commit c89ea8be authored by Eelco van der Wel's avatar Eelco van der Wel :speech_balloon:
Browse files

Merge branch 'test-coverage' into 'dev'

add test coverage report

See merge request !248
parents 60001826 bdb3634a
Pipeline #10602 passed with stage
in 1 minute and 33 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -16,7 +16,7 @@ run tests:
- curl http://pod:3030/version
- export POD_ADDRESS='http://pod:3030'
- pre-commit run --all-files
- pytest
- pytest --cov=pymemri tests
memri-docs:
......
......@@ -35,6 +35,7 @@ install_requires =
[options.extras_require]
dev =
pytest
pytest-cov
pre-commit
jupyter-client==6.1.12
nbdev==1.1.21
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment