Skip to content

Commit

Permalink
GHA: update coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Apr 25, 2024
1 parent cc1202e commit f3881a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ name: test-coverage

jobs:
test-coverage:
if: "!contains(github.event.commits[0].message, '[skip-ci]')"
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
USING_COVR: true

steps:
- uses: actions/checkout@v4
Expand All @@ -34,3 +36,4 @@ jobs:
- name: Test coverage
run: covr::codecov()
shell: Rscript {0}

0 comments on commit f3881a0

Please sign in to comment.