Skip to content

Commit aebe609

Browse files
Pouyanpitgasser-nv
authored andcommitted
ci: enable codecov for all pull requests (#1402)
Remove branch restriction from pull_request trigger to allow codecov coverage reporting on PRs targeting any branch, not just develop.
1 parent ce271d3 commit aebe609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-coverage-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Coverage Report
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: ["**"]
66
pull_request:
7-
branches: [develop]
7+
branches: ["**"]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)