Skip to content

Commit 156fc46

Browse files
committed
Pass explicit list of files with the coverage
1 parent b914fd9 commit 156fc46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,6 @@ jobs:
145145
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
146146
with:
147147
github-token: ${{ secrets.GITHUB_TOKEN }}
148+
files: |
149+
coverage-cpp.lcov
150+
coverage-python.lcov

0 commit comments

Comments
 (0)