Skip to content

Commit

Permalink
Attempt to fix XML issues (#79)
Browse files Browse the repository at this point in the history
* use any XML in GHA

* Run test coverage checks on all PRs
  • Loading branch information
pratikunterwegs authored Oct 28, 2022
1 parent c4ca7ea commit 11d2124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches: *

name: test-coverage

Expand All @@ -23,6 +23,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: any::XML
extra-packages: any::covr
needs: coverage

Expand Down

0 comments on commit 11d2124

Please sign in to comment.