Skip to content

Commit 2c2a4a3

Browse files
authored
chore(ci): restore coverage reports for integration tests (#539)
* chore(ci): restore coverage reports for integration tests * ci: empty commit to rerun checks
1 parent 573c3dc commit 2c2a4a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull_request_integration_tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,11 @@ jobs:
105105
path: |
106106
testoutput/*.log
107107
testoutput/kind
108+
109+
- name: Report coverage
110+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
111+
env:
112+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
113+
with:
114+
files: ./testoutput/itest-covdata.txt
115+
flags: integration-test

0 commit comments

Comments
 (0)