Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Benedict <135045760+bgeihe@users.noreply.github.com>
  • Loading branch information
sloede and benegee committed Aug 28, 2023
1 parent 2668153 commit 06ba468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ jobs:
run: |
cd libtrixi-julia
lcov --directory ../build --capture --output-file lcov.info
- name: Process julia coverage data
- name: Process Julia coverage data
if: ${{ matrix.test_type == 'coverage' }}
uses: julia-actions/julia-processcoverage@v1
with:
directories: LibTrixi.jl/src
Expand Down

0 comments on commit 06ba468

Please sign in to comment.