Skip to content
Snippets Groups Projects
Unverified Commit b917e6c9 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix codeclimate

parent bd048b30
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,9 @@ jobs:
chmod ugo+x test-reporter-latest-linux-amd64
./test-reporter-latest-linux-amd64 before-build
- name: Test
run: coverage run setup.py test
run: |
python setup.py install
pytest -vv --cov=minijson
env:
DEBUG: '1'
- name: Submit the code coverage
......
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