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("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
2
.github/workflows/codecov.yml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
github_checks:
|
||||
annotations: false
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user