Skip to content

Commit

Permalink
Finalize coverage even if tests failed
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 28, 2024
1 parent 5eaa886 commit c452128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
# see https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html#github-actions-support
name: Submit test coverage
needs: run-tests
# always finalize coverage aftest tests ran
# see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-not-requiring-successful-dependent-jobs
if: ${{ always() }}
runs-on: ubuntu-latest
container: python:3-slim
steps:
Expand Down

0 comments on commit c452128

Please sign in to comment.