Skip to content

Commit 37d896c

Browse files
committed
remove useless coverage reports
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
1 parent e733ab7 commit 37d896c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/test-e2e-oncluster-runtime.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,3 @@ jobs:
6464
echo "::group::cluster containers logs"
6565
stern '.*' --all-namespaces --no-follow
6666
echo "::endgroup::"
67-
- uses: codecov/codecov-action@v5
68-
# NOTE: maybe could be removed entirely
69-
with:
70-
files: ./coverage.txt
71-
flags: e2e-test

.github/workflows/test-e2e-runtime.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,3 @@ jobs:
7676
fi
7777
done
7878
echo "------------------ finished! attempt $attempt ------------------"
79-
- uses: codecov/codecov-action@v5
80-
with:
81-
# NOTE: can be removed entirely -- runtime langs dont add any coverage
82-
files: ./coverage.txt
83-
flags: e2e-test

0 commit comments

Comments
 (0)