From 0c0c82f68cf4bf5023190d4151a3017d59bf2dcf Mon Sep 17 00:00:00 2001 From: Jared Wahlstrand Date: Sat, 21 Sep 2024 19:12:25 -0400 Subject: [PATCH] disable Codecov (#75) --- .github/workflows/ci.yml | 12 +----------- README.md | 1 - 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61284651..e2fbc84f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: with: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@latest - name: GObjectIntrospection tests shell: julia --project=@. --color=yes {0} @@ -48,16 +48,6 @@ jobs: - uses: julia-actions/julia-runtest@latest with: prefix: ${{ matrix.prefix }} - - uses: julia-actions/julia-processcoverage@latest - if: startsWith(matrix.os, 'ubuntu') - with: - directories: GI/src,src - - uses: codecov/codecov-action@v4 - if: startsWith(matrix.os, 'ubuntu') - with: - token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: false # or true if you want CI to fail when Codecov fails - file: lcov.info Documentation: runs-on: ubuntu-latest diff --git a/README.md b/README.md index b00b9e5a..80bf466e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Julia interface to GTK version 4 [![CI](https://github.com/JuliaGtk/Gtk4.jl/workflows/CI/badge.svg)](https://github.com/JuliaGtk/Gtk4.jl/actions?query=workflow%3ACI) -[![codecov.io](https://codecov.io/github/JuliaGtk/Gtk4.jl/coverage.svg?branch=main)](https://app.codecov.io/gh/JuliaGtk/Gtk4.jl) [![](https://img.shields.io/badge/docs-main-blue.svg)](https://juliagtk.github.io/Gtk4.jl/dev/) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliahub.com/docs/Gtk4)