Skip to content

Implement hot reload #937

Implement hot reload

Implement hot reload #937

Triggered via pull request October 20, 2024 18:33
Status Failure
Total duration 2m 13s
Artifacts

go-application.yml

on: pull_request
Lint code
34s
Lint code
Unit test code
39s
Unit test code
Lint scripts
5s
Lint scripts
Verify that Makefile section of README is up to date
5s
Verify that Makefile section of README is up to date
Test integration with Prometheus
2m 4s
Test integration with Prometheus
Verify that Helm README is up to date
11s
Verify that Helm README is up to date
Lint Helm chart
10s
Lint Helm chart
Verify templating chart with default values
5s
Verify templating chart with default values
Build Linux binary
0s
Build Linux binary
Build Linux ARM binary
0s
Build Linux ARM binary
Build Mac binary
0s
Build Mac binary
Build Windows binary
0s
Build Windows binary
Build Linux Docker image
0s
Build Linux Docker image
Build Linux ARM Docker image
0s
Build Linux ARM Docker image
Test integration with Helm chart
0s
Test integration with Helm chart
Create GitHub release
0s
Create GitHub release
Matrix: upload-binaries
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint code: internal/file_utils/file_test_utils.go#L37
Error return value of `f.Sync` is not checked (errcheck)
Lint code: internal/file_utils/file_test_utils.go#L43
Error return value of `f.Sync` is not checked (errcheck)
Lint code: internal/file_utils/file_test_utils.go#L45
Error return value of `f.Sync` is not checked (errcheck)
Lint code: internal/file_watcher/file_watcher_test.go#L18
ineffectual assignment to err (ineffassign)
Lint code: internal/file_utils/file_test_utils.go#L33
SA5001: should check error returned from os.OpenFile() before deferring f.Close() (staticcheck)
Lint code
issues found