Skip to content

Commit

Permalink
add continue-on-error=True for coveralls step in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Aug 23, 2024
1 parent 4ba7e04 commit b1acf98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
SMARTSPATH: /home/runner/work/bifacial_radiance/bifacial_radiance/SMARTS_295_Linux

- name: Coveralls
continue-on-error: true #prevent coveralls from blowing the test report
if: matrix.python-version == 3.11 # && ${{ matrix.env }} == '-r requirements.txt .[all]'
run: |
coveralls --service=github
Expand Down

0 comments on commit b1acf98

Please sign in to comment.