Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Removing unused coverage task in Github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Bunn <stephen@bunn.io>
  • Loading branch information
stephen-bunn committed Oct 11, 2019
1 parent ec2a4c0 commit 9de4d0a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,4 @@ jobs:
- name: Run Tests
run: |
pytest
coverage:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Use Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Coverage Reporters
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade coverage codacy-coverage codecov
python -m pip install -e .[test] --upgrade
- name: Run Tests
run: |
pytest

0 comments on commit 9de4d0a

Please sign in to comment.