Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus authored Jan 13, 2024
1 parent 7f04ff4 commit a0a7f63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ jobs:
coverage run -m cvxportfolio.tests
coverage lcov
- name: Send coverage to Coveralls (only on Linux w/ latest Python)
if: ${{ github.event_name == 'push' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'}}
- name: Send coverage to Coveralls
if: ${{ github.event_name == 'push'}}
continue-on-error: true
uses: coverallsapp/github-action@v1
with:
path-to-lcov: coverage.lcov
Expand Down

0 comments on commit a0a7f63

Please sign in to comment.