Skip to content

Commit

Permalink
update coverage (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 13, 2024
1 parent 39bd50e commit 823578f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
julia -e '
using Pkg
# NOTE: remove on Plots v2 release
Pkg.add([
(; url="https://github.com/JuliaPlots/Plots.jl", subdir="RecipesBase", rev="v2"),
(; url="https://github.com/JuliaPlots/Plots.jl", subdir="RecipesPipeline", rev="v2"),
Expand All @@ -61,6 +62,14 @@ jobs:
fi
echo ${cmd[@]}
${cmd[@]} -e 'using Pkg; Pkg.test("GraphRecipes"; coverage=true)'
- uses: julia-actions/julia-processcoverage@latest
if: startsWith(matrix.os, 'ubuntu')
- uses: codecov/codecov-action@v4
if: startsWith(matrix.os, 'ubuntu')
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
file: lcov.info

Skip:
if: "contains(github.event.head_commit.message, '[skip ci]')"
Expand Down

0 comments on commit 823578f

Please sign in to comment.