Skip to content

Commit ec43b39

Browse files
author
Kristiyan Ivanov
authored
Ri 0000 fixing coverage paths (#4706)
* RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch * RI-0000-fixing test coverage path mismatch - testing nyc params * RI-0000-fixing test coverage path mismatch - testing nyc params * RI-0000-fixing test coverage path mismatch - testing nyc params * RI-0000-fixing test coverage path mismatch - testing nyc params * RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations * RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations * RI-0000-fixing test coverage path mismatch - testing nyc handling in the integrations * RI-0000-fixing test coverage path mismatch - removing logs and debug * RI-0000-fixing test coverage path mismatch - removing logs and debug * RI-0000 - fixing path issues - itest to ./itest * RI-0000 - fixing path issues - itest to ./itest * RI-0000 reverting to the main branch config * RI-00000 fixing coverage paths - wront itest/results path?
1 parent c7a7bfb commit ec43b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ jobs:
138138
with:
139139
name: coverages-${{ matrix.rte }}
140140
path: ./itest/coverages
141-
141+
142142
- name: Generate test results
143143
uses: dorny/test-reporter@v1
144144
id: test-reporter
145145
if: always()
146146
with:
147147
name: 'Test results: IT (${{ matrix.rte }}) tests'
148-
path: itest/results/*.result.xml
148+
path: ./itest/results/*.result.xml
149149
reporter: jest-junit
150150
list-tests: 'failed'
151151
list-suites: 'failed'

0 commit comments

Comments
 (0)