Skip to content

Commit

Permalink
temporarily removing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaZhang committed May 21, 2024
1 parent 11822dc commit 6ea9127
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest tests/
- name: Upload coverage to Coveralls
if: ${{ github.ref == 'refs/heads/main' }}
run: |
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
COVERALLS_PARALLEL: true
- name: Check black formatting
uses: psf/black@stable
Expand All @@ -58,22 +50,3 @@ jobs:
version: "22.10.0"
- name: Check isort
uses: isort/isort-action@master

coveralls:

name: Indicate completion to coveralls.io
needs: test
runs-on: ubuntu-latest

steps:
- name: Install dependencies
if: ${{ github.ref == 'refs/heads/main' }}
run: |
python -m pip install --upgrade pip
pip install coveralls
- name: Finished
if: ${{ github.ref == 'refs/heads/main' }}
run: |
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ea9127

Please sign in to comment.