Skip to content

Commit a15398c

Browse files
committed
Comment coverage out while it seems borked
1 parent cb83bdc commit a15398c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
- name: Check
5757
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CI=true ${{ matrix.cntr }} ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz
5858

59-
covr:
60-
runs-on: ubuntu-latest
61-
steps:
62-
- name: Checkout Project
63-
uses: actions/checkout@v3
64-
65-
- name: Container
66-
run: docker pull rcpp/ci
67-
68-
- name: Coverage
69-
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CODECOV_TOKEN=${{secrets.CODECOV_TOKEN }} rcpp/ci r -l covr -e 'codecov()'
59+
#covr:
60+
# runs-on: ubuntu-latest
61+
# steps:
62+
# - name: Checkout Project
63+
# uses: actions/checkout@v3
64+
#
65+
# - name: Container
66+
# run: docker pull rcpp/ci
67+
#
68+
# - name: Coverage
69+
# run: docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CODECOV_TOKEN=${{secrets.CODECOV_TOKEN }} rcpp/ci r -l covr -e 'codecov()'

0 commit comments

Comments
 (0)