Skip to content

Commit ca9590a

Browse files
committed
Update GitHub Actions workflows
1 parent 6f0b1c3 commit ca9590a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
r-version: ${{ matrix.config.r }}
4040
http-user-agent: ${{ matrix.config.http-user-agent }}
4141
use-public-rspm: true
42+
extra-repositories: https://archaeostat.r-universe.dev
4243

4344
- uses: r-lib/actions/setup-r-dependencies@v2
4445
with:

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: r-lib/actions/setup-r@v2
3131
with:
3232
use-public-rspm: true
33+
extra-repositories: https://archaeostat.r-universe.dev
3334

3435
- uses: r-lib/actions/setup-r-dependencies@v2
3536
with:

.github/workflows/test-coverage.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: r-lib/actions/setup-r@v2
2222
with:
2323
use-public-rspm: true
24+
extra-repositories: https://archaeostat.r-universe.dev
2425

2526
- uses: r-lib/actions/setup-r-dependencies@v2
2627
with:
@@ -34,15 +35,16 @@ jobs:
3435
clean = FALSE,
3536
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
3637
)
38+
print(cov)
3739
covr::to_cobertura(cov)
3840
shell: Rscript {0}
3941

40-
- uses: codecov/codecov-action@v4
42+
- uses: codecov/codecov-action@v5
4143
with:
4244
# Fail if error if not on PR, or if on PR and token is given
4345
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
44-
file: ./cobertura.xml
45-
plugin: noop
46+
files: ./cobertura.xml
47+
plugins: noop
4648
disable_search: true
4749
token: ${{ secrets.CODECOV_TOKEN }}
4850

0 commit comments

Comments
 (0)