From 620bf8e947888f2d639a30d914d9fa8e391e9585 Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Mon, 24 Oct 2022 03:32:35 +0200 Subject: [PATCH] add test coverage --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bd4586..a3a07ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,4 +49,9 @@ jobs: ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 + - uses: julia-actions/julia-processcoverage@v1 + - uses: codecov/codecov-action@v1 + with: + file: lcov.info +