Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Remove coveralls from deploy/release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Mar 4, 2020
1 parent c1e923f commit 3816107
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
run: echo "::set-env name=PYTHONPATH::$(pwd)"
- name: pytest
run: py.test --cov-config .coveragerc --cov tilty --cov-report term-missing --cov-report xml --junitxml junit.xml tests
- name: coveralls
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
latest_deploy:
runs-on: ubuntu-latest
needs: [test]
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
run: echo "::set-env name=PYTHONPATH::$(pwd)"
- name: pytest
run: py.test --cov-config .coveragerc --cov tilty --cov-report term-missing --cov-report xml --junitxml junit.xml tests
- name: coveralls
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
upload_to_pypi:
runs-on: ubuntu-latest
needs: [test]
Expand Down

0 comments on commit 3816107

Please sign in to comment.