We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe03f23 commit 3b64a30Copy full SHA for 3b64a30
.github/workflows/ci.yaml
@@ -32,6 +32,6 @@ jobs:
32
- name: Test
33
run: ./run.sh run_tests
34
35
- - name: Coverage
36
- if: ${{ matrix.os == 'ubuntu-latest' }}
37
- run: ./run.sh coverage
+ # - name: Coverage
+ # if: ${{ matrix.os == 'ubuntu-latest' }}
+ # run: ./run.sh coverage
ChangeLog
@@ -1,3 +1,7 @@
1
+2025-07-22 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/ci.yaml: Comment-out coverage
4
5
2025-07-21 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION (Version, Date): RcppArmadillo 14.6.1-1
0 commit comments