We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e733ab7 commit 37d896cCopy full SHA for 37d896c
.github/workflows/test-e2e-oncluster-runtime.yaml
@@ -64,8 +64,3 @@ jobs:
64
echo "::group::cluster containers logs"
65
stern '.*' --all-namespaces --no-follow
66
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
@@ -76,8 +76,3 @@ jobs:
76
fi
77
done
78
echo "------------------ finished! attempt $attempt ------------------"
79
80
81
- # NOTE: can be removed entirely -- runtime langs dont add any coverage
82
83
0 commit comments