Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-messier authored Sep 23, 2023
1 parent 6173732 commit 56471c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GH_PAT }} # Add your GitHub PAT secret to your repository secrets

- name: Install covr package
run: R -e 'install.packages("covr")'

- name: Run tests and calculate coverage
run: |
Expand Down

0 comments on commit 56471c6

Please sign in to comment.