From e5352436b38c4e62be2d6b040898092c9ee25432 Mon Sep 17 00:00:00 2001 From: klau506 Date: Wed, 20 Mar 2024 20:44:11 +0100 Subject: [PATCH] Update github actions v7 --- .github/workflows/codecov.yml | 12 ++++++------ coverage.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index eef5ce9..8536da5 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -43,14 +43,14 @@ jobs: remotes::install_deps(dependencies = TRUE) shell: Rscript {0} - - name: Test coverage - run: | - cov <- covr::package_coverage() - covr:::report(cov, file = "coverage.xml") - shell: Rscript {0} + # - name: Test coverage + # run: | + # cov <- covr::package_coverage() + # covr:::report(cov, file = "coverage.xml") + # shell: Rscript {0} - uses: codecov/codecov-action@v3 with: - token: ${{secrets.CODECOV_TOKEN}} + # token: ${{secrets.CODECOV_TOKEN}} files: ./coverage.xml verbose: true diff --git a/coverage.xml b/coverage.xml index 517a664..36f81a0 100644 --- a/coverage.xml +++ b/coverage.xml @@ -1,6 +1,6 @@ - + C:/Users/claudia.rodes/Documents/GitHub/rfasstui