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 1860121 commit fb8f83bCopy full SHA for fb8f83b
.github/workflows/CI.yml
@@ -44,6 +44,18 @@ jobs:
44
github-token: ${{ secrets.GITHUB_TOKEN }}
45
file: lcov.info
46
parallel: true
47
+ flag-name: julia-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}
48
+
49
+ coveralls:
50
+ name: Indicate completion to coveralls
51
+ runs-on: ubuntu-latest
52
+ needs: test
53
+ steps:
54
+ - name: Finish
55
+ uses: coverallsapp/github-action@v2
56
+ with:
57
+ github-token: ${{ secrets.GITHUB_TOKEN }}
58
+ parallel-finished: true
59
60
docs:
61
name: Documentation
0 commit comments