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 455aefa commit c8342f6Copy full SHA for c8342f6
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
julia --color=yes --project=. coverage.jl
42
- name: "Coveralls"
43
uses: coverallsapp/github-action@v2
44
+ if: matrix.version == '1'
45
with:
46
github-token: ${{ secrets.GITHUB_TOKEN }}
47
file: lcov.info
0 commit comments