From 2f2cbd80e1b8d57c0ffff2e83fc8feaf4c707b23 Mon Sep 17 00:00:00 2001 From: Kyle Barrett Date: Thu, 8 Aug 2024 10:57:59 -0400 Subject: [PATCH] remove coverage action and badge from readme --- .github/workflows/coverage.yml | 28 ---------------------------- README.Rmd | 1 - README.md | 1 - 3 files changed, 30 deletions(-) delete mode 100644 .github/workflows/coverage.yml diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml deleted file mode 100644 index c322c48..0000000 --- a/.github/workflows/coverage.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: coverage -on: - push: - branches: - - 'main' - - 'scratch/**' - pull_request: - -jobs: - coverage: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: metrumresearchgroup/actions/mpn-latest@v1 - - uses: r-lib/actions/setup-r@v2 - with: - r-version: release - use-public-rspm: true - extra-repositories: 'https://mpn.metworx.com/snapshots/stable/${{ env.MPN_LATEST }}' - - uses: r-lib/actions/setup-r-dependencies@v2 - with: - extra-packages: any::covr - upgrade: 'TRUE' - - name: Run covr - shell: Rscript {0} - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - run: covr::codecov() diff --git a/README.Rmd b/README.Rmd index e921905..3bee16e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -19,7 +19,6 @@ knitr::opts_chunk$set( [![Build Status](https://github.com/metrumresearchgroup/pmforest/actions/workflows/main.yaml/badge.svg)](https://github.com/metrumresearchgroup/pmforest/actions/workflows/main.yaml) -[![codecov](https://codecov.io/gh/metrumresearchgroup/pmforest/branch/main/graph/badge.svg)](https://codecov.io/gh/metrumresearchgroup/pmforest) diff --git a/README.md b/README.md index a2dea93..637851b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [![Build Status](https://github.com/metrumresearchgroup/pmforest/actions/workflows/main.yaml/badge.svg)](https://github.com/metrumresearchgroup/pmforest/actions/workflows/main.yaml) -[![codecov](https://codecov.io/gh/metrumresearchgroup/pmforest/branch/main/graph/badge.svg)](https://codecov.io/gh/metrumresearchgroup/pmforest) ## Installation