From ec3349ed65c319163e8af5af7d05f453b039acb0 Mon Sep 17 00:00:00 2001 From: Reno Date: Mon, 30 May 2022 05:33:58 -0400 Subject: [PATCH 1/4] Update GitHub CI configs --- .github/workflows/CI.yml | 7 +++---- .github/workflows/register.yml | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 70c4d5f..4c9a8af 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,6 +23,7 @@ jobs: - '1.4' - '1.6' - '1.7' + - 'nightly' os: - ubuntu-latest - macOS-latest @@ -46,12 +47,11 @@ jobs: - uses: codecov/codecov-action@v2 with: files: lcov.info - - uses: julia-actions/julia-uploadcoveralls@v1 - env: - COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }} docs: name: Documentation runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 @@ -61,7 +61,6 @@ jobs: - uses: julia-actions/julia-docdeploy@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} - run: | julia --project=docs -e ' using Documenter: DocMeta, doctest diff --git a/.github/workflows/register.yml b/.github/workflows/register.yml index 6e71f2f..5b7cd3b 100644 --- a/.github/workflows/register.yml +++ b/.github/workflows/register.yml @@ -8,6 +8,8 @@ on: jobs: register: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: julia-actions/RegisterAction@latest with: From d8ce33a3ef2e61e012969a9c4dc9b4d9d37ef51e Mon Sep 17 00:00:00 2001 From: Reno Date: Mon, 30 May 2022 05:34:26 -0400 Subject: [PATCH 2/4] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0177cdb..9fbe248 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,11 @@ c, t = get_summary(process_folder()) using Printf @printf "Test coverage %.2f%%\n" 100c / t' +Julia 1.0: + image: julia:1.0 + extends: + - .script + - .coverage Julia 1.2: image: julia:1.2 extends: From be6405c547f532f39fc3c5904ccc8b573962befa Mon Sep 17 00:00:00 2001 From: Reno Date: Mon, 30 May 2022 05:35:15 -0400 Subject: [PATCH 3/4] Update .cirrus.yml --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7d4eadb..fe03a0c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,6 +6,7 @@ task: folder: ~/.julia/artifacts env: matrix: + - JULIA_VERSION: 1.0 - JULIA_VERSION: 1.1 - JULIA_VERSION: 1.4 - JULIA_VERSION: 1.5 From 240e7e8ea8fad01152d1e26bd67276a87d360404 Mon Sep 17 00:00:00 2001 From: Reno Date: Mon, 30 May 2022 05:42:21 -0400 Subject: [PATCH 4/4] Update badges in README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34d0c09..402b49c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ # LinearElasticity -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/dev) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/dev/) [![Build Status](https://github.com/MineralsCloud/LinearElasticity.jl/workflows/CI/badge.svg)](https://github.com/MineralsCloud/LinearElasticity.jl/actions) [![Build Status](https://ci.appveyor.com/api/projects/status/github/MineralsCloud/LinearElasticity.jl?svg=true)](https://ci.appveyor.com/project/singularitti/LinearElasticity-jl) -[![Build Status](https://cloud.drone.io/api/badges/MineralsCloud/LinearElasticity.jl/status.svg)](https://cloud.drone.io/MineralsCloud/LinearElasticity.jl) -[![pipeline status](https://gitlab.com/singularitti/LinearElasticity.jl/badges/master/pipeline.svg)](https://gitlab.com/singularitti/LinearElasticity.jl/-/pipelines) [![Build Status](https://api.cirrus-ci.com/github/MineralsCloud/LinearElasticity.jl.svg)](https://cirrus-ci.com/github/MineralsCloud/LinearElasticity.jl) -[![coverage report](https://gitlab.com/singularitti/LinearElasticity.jl/badges/master/coverage.svg)](https://gitlab.com/singularitti/LinearElasticity.jl/-/jobs) [![Coverage](https://codecov.io/gh/MineralsCloud/LinearElasticity.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MineralsCloud/LinearElasticity.jl) [![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/L/LinearElasticity.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html) -[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/organization/repository) +[![GitHub license](https://img.shields.io/github/license/MineralsCloud/LinearElasticity.jl)](https://github.com/MineralsCloud/LinearElasticity.jl/blob/master/LICENSE)