Skip to content

Commit

Permalink
Changed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Nov 11, 2024
1 parent 154a1ab commit 67ebe43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ jobs:
arguments: '--no-check-bioc-views --no-check-bioc-help'
error-on: 'error'

#- name: Test coverage
# if: matrix.config.os == 'macOS-12' && matrix.config.bioc == 'devel'
# run: |
# install.packages("covr")
# covr::codecov(token = "${{secrets.CODECOV_TOKEN}}")
# shell: Rscript {0}
- name: Test coverage
if: matrix.config.os == 'macOS-12' && matrix.config.bioc == 'devel'
run: |
install.packages("covr")
covr::codecov(token = "${{secrets.CODECOV_TOKEN}}")
shell: Rscript {0}

- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/devel' && matrix.config.deploy == 'yes'
Expand Down

0 comments on commit 67ebe43

Please sign in to comment.