Skip to content

Commit

Permalink
Attempt to fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mattheus-Moerman committed Apr 3, 2024
1 parent 8eabda4 commit 5832ec9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: >
DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=. -e 'using Pkg; Pkg.activate("."); Pkg.test(coverage = true)'
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: COMODO-research/Comodo.jl
file: lcov.info

0 comments on commit 5832ec9

Please sign in to comment.