Skip to content

Commit 038272e

Browse files
author
Kristiyan Ivanov
authored
Ri 0000 fixing coverage paths (#4708)
* 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? * RI-0000 investigating the results.xml parsing * RI-0000 testing with java-unit for parsing
1 parent b7f43d8 commit 038272e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/tests-integration.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,17 @@ jobs:
199199
ls -la ./itest/results/ 2>/dev/null || echo "Directory doesn't exist"
200200
fi
201201
202-
# - name: Generate test results
203-
# uses: dorny/test-reporter@v1
204-
# id: test-reporter
205-
# if: always()
206-
# with:
207-
# name: 'Test results: IT (${{ matrix.rte }}) tests'
208-
# path: ./itest/results/*.result.xml
209-
# reporter: jest-junit
210-
# list-tests: 'failed'
211-
# list-suites: 'failed'
212-
# fail-on-error: 'false'
202+
- name: Generate test results
203+
uses: dorny/test-reporter@v1
204+
id: test-reporter
205+
if: always()
206+
with:
207+
name: 'Test results: IT (${{ matrix.rte }}) tests'
208+
path: ./itest/results/*.result.xml
209+
reporter: java-junit
210+
list-tests: 'failed'
211+
list-suites: 'failed'
212+
fail-on-error: 'false'
213213

214214
- name: Add link to report in the workflow summary
215215
if: always()

0 commit comments

Comments
 (0)