Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdutey committed Feb 3, 2022
2 parents 0c12d42 + d061fd1 commit 6f5a236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 6f5a236

Please sign in to comment.