Skip to content

Commit c8c022e

Browse files
authored
Merge pull request #369 from ropensci-review-tools/codecov
revert codecov-action v6 -> v5
2 parents 87d511a + 923f1a2 commit c8c022e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
covr::to_cobertura(cov)
5353
shell: Rscript {0}
5454

55-
- uses: codecov/codecov-action@v6
55+
- uses: codecov/codecov-action@v5
5656
with:
5757
# Fail if error if not on PR, or if on PR and token is given
5858
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgcheck
22
Title: rOpenSci Package Checks
3-
Version: 0.1.2.280
3+
Version: 0.1.2.281
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.2.280",
11+
"version": "0.1.2.281",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)