diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 4386a42..f34bbf6 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -104,7 +104,7 @@ jobs: PROJECT_ID: snomedizer FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} - - name: Code coverage - if: success() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && matrix.config.os == 'windows-latest' && matrix.config.r == 'release' - run: covr::codecov(quiet = FALSE, branch = tail(strsplit(Sys.getenv("github.ref"), "/")[[1]], 1)) - shell: Rscript {0} + # - name: Code coverage + # if: success() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') && github.event_name == 'push' && matrix.config.os == 'windows-latest' && matrix.config.r == 'release' + # run: covr::codecov(quiet = FALSE, branch = tail(strsplit(Sys.getenv("github.ref"), "/")[[1]], 1)) + # shell: Rscript {0}