Skip to content

Commit

Permalink
Merge pull request #820 from Anselmoo/github-actions
Browse files Browse the repository at this point in the history
GitHub Action CI/CD - Fixed issue #595
  • Loading branch information
verbose-void authored May 19, 2021
2 parents d3a7998 + 834a643 commit 914b1b2
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 914b1b2

Please sign in to comment.