Skip to content

Commit

Permalink
github test fails b/c coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Jan 11, 2024
1 parent fa2b29f commit b3585d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
coverage run -m cvxportfolio.tests
coverage lcov
- name: Coveralls GitHub Action
if: ${{ github.event_name == 'push'}}
- 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}}
uses: coverallsapp/github-action@v1
with:
path-to-lcov: coverage.lcov
Expand Down

0 comments on commit b3585d1

Please sign in to comment.