Skip to content

Commit 14866c6

Browse files
committed
Re-enable coverage reports, roll checkout to @v5
1 parent 29b3b78 commit 14866c6

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
r: RD
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555

5656
#- name: Bootstrap
5757
# run: |
@@ -68,14 +68,14 @@ jobs:
6868
- name: Check
6969
run: CI=true ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz
7070

71-
#covr:
72-
# runs-on: ubuntu-latest
73-
# steps:
74-
# - name: Checkout Project
75-
# uses: actions/checkout@v3
76-
#
77-
# - name: Container
78-
# run: docker pull rcpp/ci
79-
#
80-
# - name: Coverage
81-
# run: docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CODECOV_TOKEN=${{secrets.CODECOV_TOKEN }} rcpp/ci r -l covr -e 'codecov()'
71+
covr:
72+
runs-on: ubuntu-latest
73+
steps:
74+
- name: Checkout Project
75+
uses: actions/checkout@v5
76+
77+
- name: Container
78+
run: docker pull rcpp/ci
79+
80+
- name: Coverage
81+
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CODECOV_TOKEN=${{secrets.CODECOV_TOKEN }} rcpp/ci r -l covr -e 'codecov(type="tests", quiet=FALSE)'

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-08-24 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml (jobs): Re-enable coverage, roll checkout
4+
action to v5
5+
16
2025-07-20 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): Roll micro version and date

0 commit comments

Comments
 (0)