diff options
author | Valery Piashchynski <[email protected]> | 2020-11-18 11:08:09 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-18 11:08:09 +0300 |
commit | a136253bc88c1591cbab962af0506ff4c4cefc4b (patch) | |
tree | 6a6d173a85b31b436ce323044cfc066b50d8ba37 /.github | |
parent | 46bb1d72ef7b43d253cc84393f054f05365bd22f (diff) |
Add Resetter tests to the CI and Makefile
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/ci-build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c8f59645..8b462f81 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -73,6 +73,7 @@ jobs: go test -v -race ./plugins/server/tests -tags=debug -coverprofile=server.txt -covermode=atomic go test -v -race ./plugins/metrics/tests -tags=debug -coverprofile=metrics.txt -covermode=atomic go test -v -race ./plugins/informer/tests -tags=debug -coverprofile=informer.txt -covermode=atomic + go test -v -race ./plugins/resetter/tests -tags=debug -coverprofile=informer.txt -covermode=atomic - name: Run code coverage uses: codecov/codecov-action@v1 |