Skip to content
Snippets Groups Projects
Commit c35e7a4c authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

regexp coverage

need in-place install of module
for tests to work
more gitignore
parent f0d1d1ae
No related branches found
No related tags found
No related merge requests found
Pipeline #105026 passed
dist
build
public
doc/confluence
doc/doctrees
*.egg-info/
*.pyc
.*.un~
......
......@@ -29,9 +29,10 @@ examples:
before_script:
- *pip_install_default
- pip install pytest-cov
- pip install -e .
script:
- python setup.py install
- pytest
coverage: '/^TOTAL\s+\d+\s+\d+\s+(\d+)/'
artifacts:
reports:
cobertura: coverage.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment