Skip to content

Commit

Permalink
Merge pull request #39 from godaddy/disable-codecov
Browse files Browse the repository at this point in the history
Disable codecov
  • Loading branch information
tarkatronic authored Apr 16, 2021
2 parents d6fce8e + baa02b4 commit 7c5d98e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
run: make flake8
- name: Test
run: make test
- name: Coverage
if: startsWith(matrix.platform, 'ubuntu') && matrix.python-version == '3.8'
run: make coverage
- name: Coverage Publish
if: startsWith(matrix.platform, 'ubuntu') && matrix.python-version == '3.8'
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Coverage
# if: startsWith(matrix.platform, 'ubuntu') && matrix.python-version == '3.8'
# run: make coverage
# - name: Coverage Publish
# if: startsWith(matrix.platform, 'ubuntu') && matrix.python-version == '3.8'
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Package Publish
if: startsWith(matrix.platform, 'ubuntu') && matrix.python-version == '3.8' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
env:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
pytest = "*"
codecov = "*"
# codecov = "*"
mock = "*"
pytest-cov = "*"
readme-renderer = "*"
Expand Down

0 comments on commit 7c5d98e

Please sign in to comment.