Skip to content

Commit

Permalink
Build: update test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed Jan 3, 2023
1 parent 18acc39 commit c580f28
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@ jobs:
steps:
# Checkout.
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Setup `R`.
- name: Setup R
uses: r-lib/actions/setup-r@v1
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

# Install `powerly` dependencies and `covr` package.
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v1
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: covr
extra-packages: any::covr
needs: coverage

# Run the test coverage excluding specific lines.
- name: Test coverage
Expand Down

0 comments on commit c580f28

Please sign in to comment.