Skip to content

Commit 9c0cad5

Browse files
authored
Move coveralls to be a separate step (#22)
1 parent 5ff562c commit 9c0cad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
4646
- name: Test with pytest
4747
shell: bash
48-
env:
49-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
5048
run: |
5149
source /home/firedrake/firedrake/bin/activate
5250
python -c "import sys; print('\n'.join(sys.path))"
5351
python -m pytest --cov=firedrake_ts --cov-config=tests/.coveragerc tests/
54-
coveralls
5552
bash <(curl -s https://codecov.io/bash)
53+
54+
- name: Coveralls
55+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)