CI: julia-uploadcodecov is deprecated (#3761)

This commit is contained in:
t-bltg 2021-08-22 12:00:12 +02:00 committed by GitHub
parent 10802baf6e
commit 0742d475bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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("StatsPlots"); Pkg.test("StatsPlots")'
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes")' $TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes")'
- name: Codecov # Codecov
uses: julia-actions/julia-uploadcodecov@latest - uses: julia-actions/julia-processcoverage@v1
env: - uses: codecov/codecov-action@v1
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with:
file: lcov.info
Skip: Skip:
if: "contains(github.event.head_commit.message, '[skip ci]')" 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: jobs:
JuliaFormatter: 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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2