Skip to content

Commit

Permalink
Fixed issue #595
Browse files Browse the repository at this point in the history
Fixed issue #595 by activating pytest and coverage
  • Loading branch information
Anselmoo committed May 1, 2021
1 parent 4f3bd32 commit 834a643
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
run: |
black --version
black --check .
# - name: Test with pytest and generate coverage report
# run: |
# pytest --cov=hub --cov-report=html hub
# - name: Codecov
# uses: codecov/codecov-action@v1.0.15
- name: Test with pytest and generate coverage report
run: |
pytest --cov=hub --cov-report=html hub
- name: Codecov
uses: codecov/codecov-action@v1


test_with_optional:
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
run: |
black --version
black --check .
# - name: Test with pytest and generate coverage report
# run: |
# pytest --cov=hub --cov-report=html hub
# - name: Codecov
# uses: codecov/codecov-action@v1.0.15
- name: Test with pytest and generate coverage report
run: |
pytest --cov=hub --cov-report=html hub
- name: Codecov
uses: codecov/codecov-action@v1

0 comments on commit 834a643

Please sign in to comment.