coveralls broken on mac?

This commit is contained in:
sneakers-the-rat 2024-07-31 16:04:10 -07:00
parent 44777ab70a
commit 2887841bdb
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -50,7 +50,7 @@ jobs:
run: pytest
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.3.0
with:
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true
@ -61,6 +61,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.3.0
with:
parallel-finished: true