Skip to content

Commit

Permalink
uncomment test coverage - run only on scheuled events
Browse files Browse the repository at this point in the history
  • Loading branch information
evaham1 committed Oct 2, 2024
1 parent be36772 commit 55da038
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ jobs:
tags: ${{ needs.versions.outputs.docker_tag }}
build_args: BIOC_VERSION=${{ needs.versions.outputs.bioc }}

# - name: Test coverage 🔍
# # if: (matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release')
# # the commands between 'set +e' and 'set -e' are run without throwing any error
# run: |
# set +e
# Rscript -e "covr::codecov(type = c('tests', 'examples'))"
# set -e
- name: Test coverage 🔍
if: github.event_name == 'schedule' && github.repository == 'mixOmicsTeam/mixOmics'
# the commands between 'set +e' and 'set -e' are run without throwing any error
run: |
set +e
Rscript -e "covr::codecov(type = c('tests', 'examples'))"
set -e
# - name: Notify Slack 📣
# uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 55da038

Please sign in to comment.