We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1783d commit c97187fCopy full SHA for c97187f
.github/workflows/test.yml
@@ -41,6 +41,7 @@ jobs:
41
parallel: true
42
github-token: ${{ secrets.GITHUB_TOKEN }}
43
flag-name: run-${{ matrix.entry.ruby }}${{ matrix.entry.concurrency && '-'}}${{ matrix.entry.concurrency }}
44
+ allow-empty: ${{ matrix.entry.ignore || false }}
45
46
finish:
47
name: coveralls
0 commit comments