fix: change default test website #5145
Annotations
2 errors and 1 warning
Unit Test
Process completed with exit code 1.
|
Annotate Unit Tests:
contrib/executor/example/pkg/runner/runner_test.go#L40
runner_test.go:40:
Error Trace: /home/runner/work/testkube/testkube/contrib/executor/example/pkg/runner/runner_test.go:40
Error: Not equal:
expected: (*testkube.ExecutionStatus)(0xc000369c70)
actual : (*testkube.ExecutionStatus)(0xc000369c80)
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-(*testkube.ExecutionStatus)((len=6) "failed")
+(*testkube.ExecutionStatus)((len=6) "passed")
Test: TestRun/failed_404_result
---
|
Send coverage report to Codecov
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Loading