-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update the DESCRIPTION file and set Config/testthat/parallel to false. This addresses the GHA run-time issue. * skip parallel tests when running covr::package_coverage(), as these tests don't contribute to increasing code coverage and are redundant due to the reuse of wrapper functions. Integration tests are sufficient for coverage calculation. * update GHA build triggers and remove the paths-ignore section. In the future, if workflow run times become too long, consider setting up a paths filter. This would limit the workflow to run only when changes are made to specific folders, such as inst/include, src, or R, rather than listing all non-code files. Co-authored-by: Kathryn Doering <[email protected]>
- Loading branch information
1 parent
cb222ec
commit a6eb09a
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters