Skip to content

Commit

Permalink
Merge pull request #300 from AKSW/feature/usePytest
Browse files Browse the repository at this point in the history
Switch to pytest
  • Loading branch information
splattater authored Mar 28, 2022
2 parents d73b2f0 + 00814eb commit 895f14f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,12 @@ jobs:
git config --global user.name "Quit CI Tests"
- name: Run Tests
run: |
poetry run coverage run -a --source=quit tests/test_app.py
poetry run coverage run -a --source=quit tests/test_cache.py
poetry run coverage run -a --source=quit tests/test_conf.py
poetry run coverage run -a --source=quit tests/test_core.py
poetry run coverage run -a --source=quit tests/test_endpoint.py
poetry run coverage run -a --source=quit tests/test_git.py
poetry run coverage run -a --source=quit tests/test_graphs.py
poetry run coverage run -a --source=quit tests/test_helpers.py
poetry run coverage run -a --source=quit tests/test_namespace.py
poetry run coverage run -a --source=quit tests/test_provenance.py
poetry run pytest --cov=quit --cov-report=term-missing
- name: Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
poetry run coverage report -m
poetry run coveralls
release:
Expand Down

0 comments on commit 895f14f

Please sign in to comment.