CI: julia-uploadcodecov is deprecated

This commit is contained in:
t-bltg 2021-08-20 12:12:24 +02:00
parent c67da7d7b8
commit 4d03b26c66
3 changed files with 8 additions and 6 deletions

View File

@ -76,10 +76,11 @@ jobs:
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("StatsPlots"); Pkg.test("StatsPlots")'
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes")'
- name: Codecov
uses: julia-actions/julia-uploadcodecov@latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# Codecov
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
Skip:
if: "contains(github.event.head_commit.message, '[skip ci]')"

2
.github/workflows/codecov.yml vendored Normal file
View File

@ -0,0 +1,2 @@
github_checks:
annotations: false

View File

@ -5,8 +5,7 @@ on:
jobs:
JuliaFormatter:
if: false
# if: "!contains(github.event.head_commit.message, '[skip ci]')"
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2