1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-13 00:20:40 +02:00

add codecov

This commit is contained in:
kalmarek 2020-04-20 00:19:39 +02:00
parent d94be2df4b
commit ea7813b5dc
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15

View File

@ -32,3 +32,11 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}