Skip to content

Commit

Permalink
Merge pull request #1530 from brian-team/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…verallsapp/github-action-2.3.0

Bump coverallsapp/github-action from 2.2.3 to 2.3.0
  • Loading branch information
mstimberg authored May 13, 2024
2 parents a9444c8 + 7b510bf commit 03122f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
FLOAT_DTYPE_32: ${{ matrix.float_dtype_32 }}
- name: Send coverage to Coveralls (parallel)
if: ${{ startsWith(matrix.os, 'ubuntu-') && matrix.python-version == needs.get_python_versions.outputs.max-python }}
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
parallel: true
format: lcov
Expand All @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
parallel-finished: true

Expand Down

0 comments on commit 03122f7

Please sign in to comment.