CI: julia-uploadcodecov is deprecated (#3761)
This commit is contained in:
parent
10802baf6e
commit
0742d475bc
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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
2
.github/workflows/codecov.yml
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
github_checks:
|
||||||
|
annotations: false
|
||||||
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user