You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Once minikube has finished starting, get the Operator running:
38
38
make run
39
39
```
40
40
41
-
At this point, a Jaeger instance can be installed:
41
+
At this point, an OpenTelemetry Service instance can be installed:
42
42
43
43
```
44
44
kubectl apply -f deploy/examples/simplest.yaml
@@ -58,4 +58,4 @@ The Operator SDK generates the `pkg/apis/opentelemetry/v1alpha1//zz_generated.*.
58
58
59
59
#### Tests
60
60
61
-
Right now, there are no tests on this repo yet. This will change really soon.
61
+
Right now, there are only unit tests in this repository. They can be executed via `make unit-tests`. End-to-end tests are planned, and should be executed via `make e2e-tests`. All tests, including unit and end-to-end, will be executed when `make test` is called.
0 commit comments