Skip to content

Commit c8342f6

Browse files
committed
Only measure coverage on version==1
1 parent 455aefa commit c8342f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
julia --color=yes --project=. coverage.jl
4242
- name: "Coveralls"
4343
uses: coverallsapp/github-action@v2
44+
if: matrix.version == '1'
4445
with:
4546
github-token: ${{ secrets.GITHUB_TOKEN }}
4647
file: lcov.info

0 commit comments

Comments
 (0)