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 2d23774 commit 396ac22Copy full SHA for 396ac22
.github/workflows/CI.yml
@@ -40,3 +40,13 @@ jobs:
40
flag-name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
41
parallel: false
42
path-to-lcov: lcov.info
43
+
44
+ finish:
45
+ name: Coveralls Finished
46
+ needs: test
47
+ runs-on: ubuntu-latest
48
+ steps:
49
+ - uses: coverallsapp/github-action@master
50
+ with:
51
+ github-token: ${{ secrets.GITHUB_TOKEN }}
52
+ parallel-finished: true
0 commit comments