Skip to content

Commit 9ee7835

Browse files
Refactored duplicated logic in setDT and [,:=] to use a helper function
1 parent 52f9d89 commit 9ee7835

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [master]
66
pull_request:
7+
branches:
8+
- master
9+
- refactor-helper-function-issue-6702 # Ensure this branch exists
710

811
name: test-coverage.yaml
912

@@ -21,7 +24,7 @@ jobs:
2124
- uses: r-lib/actions/setup-r@v2
2225
with:
2326
use-public-rspm: true
24-
r-version: '4.3' # TODO(r-lib/covr#567): Go back to using r-devel
27+
r-version: '4.3' # TODO: Go back to using r-devel
2528

2629
- uses: r-lib/actions/setup-r-dependencies@v2
2730
with:
@@ -51,4 +54,4 @@ jobs:
5154
uses: actions/upload-artifact@v4
5255
with:
5356
name: coverage-test-failures
54-
path: ${{ runner.temp }}/package
57+
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)