Commit bf888421 authored by Evan Read's avatar Evan Read

Merge branch 'adcostanza-master-patch-53847' into 'master'

Update Python example so that it actually works

See merge request gitlab-org/gitlab!64802
parents e097489d d3613904
...@@ -235,7 +235,8 @@ run tests: ...@@ -235,7 +235,8 @@ run tests:
image: python:3 image: python:3
script: script:
- pip install pytest pytest-cov - pip install pytest pytest-cov
- pytest --cov=src/ tests.py - coverage run -m pytest
- coverage report
- coverage xml - coverage xml
artifacts: artifacts:
reports: reports:
......
Markdown is supported
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