diff options
author | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
commit | 9e692dd9996f4d100ff3d9c5a358aa6894a748a3 (patch) | |
tree | 2f4c51144a7b54ee41db8ca1e9771a64100c3cc1 /.github/workflows | |
parent | 089a202aa716f3510402ff8baf47a3b9bfaefcb8 (diff) |
Add reload tests to the Makefile and CI. Update tests
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e9741d..29a42af2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,6 +96,7 @@ jobs: go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/static_root.txt -covermode=atomic ./plugins/static go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/headers.txt -covermode=atomic ./plugins/headers/tests go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/checker.txt -covermode=atomic ./plugins/checker/tests + go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/reload.txt -covermode=atomic ./plugins/reload/tests cat ./coverage-ci/*.txt > ./coverage-ci/summary.txt - uses: codecov/codecov-action@v1 # Docs: <https://github.com/codecov/codecov-action> |