Skip to content

Commit be6dc49

Browse files
authored
Add code coverage for rezplugins folder (#1975)
Signed-off-by: BryceGattis <[email protected]>
1 parent 061c301 commit be6dc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Run tests
9595
id: tests
96-
run: rez-selftest -v -- --cov=rez --cov-report=xml:coverage.xml
96+
run: rez-selftest -v -- --cov=rez --cov=rezplugins --cov-report=xml:coverage.xml
9797
env:
9898
_REZ_ENSURE_TEST_SHELLS: ${{ matrix.shells }}
9999

0 commit comments

Comments
 (0)