modify #2
ci.yml
on: push
Matrix: codeql / Analyze
UI tests
38s
Matrix: Build Prometheus for all architectures
Go tests
1m 2s
Go tests on Windows
15m 52s
golangci-lint
49s
Go tests with previous Go version
37s
Mixins tests
4m 30s
fuzzing
/
Fuzzing
Matrix: Build Prometheus for common architectures
Publish UI on npm Registry
0s
Publish main branch artifacts
0s
Publish release artefacts
0s
Annotations
10 errors
Build Prometheus for common architectures (0)
Process completed with exit code 1.
|
Go tests with previous Go version
Process completed with exit code 2.
|
UI tests
Process completed with exit code 2.
|
Build Prometheus for common architectures (2)
The operation was canceled.
|
Build Prometheus for common architectures (1)
The operation was canceled.
|
golangci-lint:
web/api/v1/api.go#L1
: # github.com/prometheus/prometheus/web/api/v1 [github.com/prometheus/prometheus/web/api/v1.test]
|
golangci-lint:
web/api/v1/errors_test.go#L120
cannot use &DummyAlertmanagerRetriever{} (value of type *DummyAlertmanagerRetriever) as AlertmanagerRetriever value in return statement: *DummyAlertmanagerRetriever does not implement AlertmanagerRetriever (missing method TargetsAll) (typecheck)
|
golangci-lint
issues found
|
Go tests
Process completed with exit code 2.
|
codeql / Analyze (go):
web/api/v1/errors_test.go#L120
cannot use &DummyAlertmanagerRetriever{} (value of type *DummyAlertmanagerRetriever) as AlertmanagerRetriever value in return statement: *DummyAlertmanagerRetriever does not implement AlertmanagerRetriever (missing method TargetsAll) (typecheck)
|