Skip to content
Snippets Groups Projects
Commit d751e12b authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

trying jobs

parent b28de9bc
No related branches found
No related tags found
No related merge requests found
jobs:
tests:
runs-on: ubuntu-latest
steps:
- run: pip3 install -e . --no-deps
- run: pytest-3
coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts:
paths:
- htmlcov/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment