Skip to content

Commit

Permalink
temp disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Sep 8, 2024
1 parent 59cf079 commit 8d63d88
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ jobs:
extra-packages: any::covr, any::xml2
needs: coverage

- name: Test coverage
run: |
cov <- covr::package_coverage(
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
covr::to_cobertura(cov)
shell: Rscript {0}

- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
file: ./cobertura.xml
plugin: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Test coverage
# run: |
# cov <- covr::package_coverage(
# quiet = FALSE,
# clean = FALSE,
# install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
# )
# covr::to_cobertura(cov)
# shell: Rscript {0}

# - uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
# file: ./cobertura.xml
# plugin: noop
# disable_search: true
# token: ${{ secrets.CODECOV_TOKEN }}

- name: Show testthat output
if: always()
Expand Down

0 comments on commit 8d63d88

Please sign in to comment.