Skip to content

Commit 430f788

Browse files
author
Kristiyan Ivanov
authored
Ri 0000 fixing coverage paths (#4696)
* 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
1 parent 6b8431d commit 430f788

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ jobs:
136136
echo "=== Final coverage directory contents ==="
137137
ls -la ./redisinsight/api/test/test-runs/coverage/ || echo "Coverage directory does not exist!"
138138
echo ""
139+
echo "=== Nyc coverage directory contents ==="
140+
ls -la ./redisinsight/api/test/test-runs/coverage/.nyc_output || echo "Nyc directory does not exist!"
141+
echo ""
139142
echo "=== File verification ==="
140143
if [ -f "./redisinsight/api/test/test-runs/coverage/test-run-result.json" ]; then
141144
echo "✅ Test results file exists! File size:"

0 commit comments

Comments
 (0)