Skip to content

Commit

Permalink
codecov requires api token now - test coverage reporting is not neces…
Browse files Browse the repository at this point in the history
…sary for this project, so I removed it from the GitHub action and the README
  • Loading branch information
nevrome committed May 2, 2024
1 parent d421dd0 commit 6abf721
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
extra-packages: |
rcmdcheck
covr
- name: Check
env:
Expand All @@ -45,7 +44,3 @@ jobs:
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Test coverage
run: covr::codecov()
shell: Rscript {0}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![R-CMD-check](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml/badge.svg?style=for-the-badge&logo=appveyor)](https://github.com/sidora-tools/sidora.core/actions/workflows/check-release.yaml)
[![Coverage Status](https://img.shields.io/codecov/c/github/sidora-tools/sidora.core/master.svg?style=for-the-badge&logo=appveyor)](https://codecov.io/github/sidora-tools/sidora.core?branch=master)
![GitHub R package version](https://img.shields.io/github/r-package/v/sidora-tools/sidora.core)

# sidora.core
Expand Down

0 comments on commit 6abf721

Please sign in to comment.