Skip to content

Commit

Permalink
Merge branch 'master' into tension
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Apr 9, 2024
2 parents d1f1c2a + 081e18a commit fbd733e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ jobs:
run: python -m pytest --cov=anesthetic tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}


conda:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -120,7 +123,9 @@ jobs:
run: python -m pytest --cov=anesthetic tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-build-n-publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fbd733e

Please sign in to comment.