Skip to content

Commit abcee60

Browse files
committed
CCM-12616: update coverage.xml paths
1 parent d312464 commit abcee60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ jobs:
9595
uses: actions/upload-artifact@v4
9696
with:
9797
name: python-coverage-reports
98-
path: "src/**/coverage.xml"
98+
path: |
99+
src/**/coverage.xml
100+
utils/**/coverage.xml
101+
lambdas/**/coverage.xml
99102
test-lint:
100103
name: "Linting"
101104
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)