Skip to content

Commit 3b64a30

Browse files
committed
Comment-out coverage in ci.yaml [ci skip]
1 parent fe03f23 commit 3b64a30

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Test
3333
run: ./run.sh run_tests
3434

35-
- name: Coverage
36-
if: ${{ matrix.os == 'ubuntu-latest' }}
37-
run: ./run.sh coverage
35+
# - name: Coverage
36+
# if: ${{ matrix.os == 'ubuntu-latest' }}
37+
# run: ./run.sh coverage

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-07-22 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml: Comment-out coverage
4+
15
2025-07-21 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): RcppArmadillo 14.6.1-1

0 commit comments

Comments
 (0)