Skip to content
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
485c53a
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
c70786c
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
493f69e
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
1bc887e
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
3ccbef2
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
a8054e4
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
56efd85
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
e6c227f
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
17d195b
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
259e1f6
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
3d9168f
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
6d7020e
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
df9c106
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
87a390b
RI-0000-fixing test coverage path mismatch
Jul 9, 2025
3fcbaa1
RI-0000-fixing test coverage path mismatch - testing nyc params
Jul 9, 2025
2422a7a
Merge branch 'release/2.70.1' into RI-0000-fixing-coverage-paths
Jul 9, 2025
17e95ff
RI-0000-fixing test coverage path mismatch - testing nyc params
Jul 9, 2025
96a18b2
RI-0000-fixing test coverage path mismatch - testing nyc params
Jul 9, 2025
881c61d
RI-0000-fixing test coverage path mismatch - testing nyc params
Jul 9, 2025
5d5723d
RI-0000-fixing test coverage path mismatch - testing nyc handling in …
Jul 9, 2025
c550b2b
RI-0000-fixing test coverage path mismatch - testing nyc handling in …
Jul 9, 2025
39360de
RI-0000-fixing test coverage path mismatch - testing nyc handling in …
Jul 9, 2025
2ba7995
RI-0000-fixing test coverage path mismatch - removing logs and debug
Jul 9, 2025
25940d9
RI-0000-fixing test coverage path mismatch - removing logs and debug
Jul 9, 2025
6bb5027
Merge branch 'release/2.70.1' into RI-0000-fixing-coverage-paths
Jul 9, 2025
01016ea
RI-0000 - fixing path issues - itest to ./itest
KIvanow Jul 10, 2025
d0f5c83
RI-0000 - fixing path issues - itest to ./itest
KIvanow Jul 10, 2025
c8c2eaa
RI-0000 reverting to the main branch config
KIvanow Jul 10, 2025
c39b058
Merge branch 'release/2.70.1' into RI-0000-fixing-coverage-paths
Jul 10, 2025
cc21514
RI-00000 fixing coverage paths - wront itest/results path?
Jul 10, 2025
9bf641a
Merge branch 'release/2.70.1' into RI-0000-fixing-coverage-paths
Jul 10, 2025
0e2fbc7
RI-0000 investigating the results.xml parsing
Jul 10, 2025
2ab7d60
RI-0000 testing with java-unit for parsing
Jul 10, 2025
ce9209e
Merge branch 'release/2.70.1' into RI-0000-fixing-coverage-paths
Jul 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,17 @@ jobs:
ls -la ./itest/results/ 2>/dev/null || echo "Directory doesn't exist"
fi

# - name: Generate test results
# uses: dorny/test-reporter@v1
# id: test-reporter
# if: always()
# with:
# name: 'Test results: IT (${{ matrix.rte }}) tests'
# path: ./itest/results/*.result.xml
# reporter: jest-junit
# list-tests: 'failed'
# list-suites: 'failed'
# fail-on-error: 'false'
- name: Generate test results
uses: dorny/test-reporter@v1
id: test-reporter
if: always()
with:
name: 'Test results: IT (${{ matrix.rte }}) tests'
path: ./itest/results/*.result.xml
reporter: java-junit
list-tests: 'failed'
list-suites: 'failed'
fail-on-error: 'false'

- name: Add link to report in the workflow summary
if: always()
Expand Down