diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b08cf3..2033b52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,11 +45,11 @@ jobs: - name: Test with pytest shell: bash - env: - COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} run: | source /home/firedrake/firedrake/bin/activate python -c "import sys; print('\n'.join(sys.path))" python -m pytest --cov=firedrake_ts --cov-config=tests/.coveragerc tests/ - coveralls bash <(curl -s https://codecov.io/bash) + + - name: Coveralls + uses: coverallsapp/github-action@v2