File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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()'
You can’t perform that action at this time.
0 commit comments