Skip to content

Commit

Permalink
try distributed testing and coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 12, 2023
1 parent ccc69bf commit d7299d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 81 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/pytest_coveralls.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/pytest_muliversion.yml

This file was deleted.

17 changes: 10 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,20 @@ jobs:
with:
lfs: true

- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: ${{matrix.python-version}}
poetry-version: 1.2.2
# - name: "Setup Python and Dependencies"
# uses: actions/setup-python@v4
# with:
# python-version: ${{matrix.python-version}}
# check-latest: true
# cache: 'poetry' # caching poetry dependencies

#------------------------#
# Run pytest #
# Run pytest
#------------------------#
- name: Run tests
run: |
poetry run pytest
poetry run pytest --cov=sed -n auto tests/
# Coveralls missing
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit d7299d9

Please sign in to comment.