Skip to content

Commit

Permalink
Merge branch 'master' into jh/update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanYashchuk authored Apr 12, 2024
2 parents ddd31c5 + 9c0cad5 commit 5f98c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f98c14

Please sign in to comment.