diff options
author | Valery Piashchynski <[email protected]> | 2020-11-13 17:45:13 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-13 17:45:13 +0300 |
commit | 6141e44546d7092a50ba0c509d81c76fa8a4b77e (patch) | |
tree | 2301d52538c5df053c73d50f7b9df2d782c929f7 /.github/workflows/ci-build.yml | |
parent | 9fd0b28d3a6a60b5e08af03bd86bcef042152e1c (diff) |
Fix typo in CI
Diffstat (limited to '.github/workflows/ci-build.yml')
-rwxr-xr-x | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ab4eebf5..6ce80f9c 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -71,7 +71,7 @@ jobs: go test -v -race ./plugins/config/tests -tags=debug -coverprofile=plugin_config.txt -covermode=atomic go test -v -race ./plugins/logger/tests -tags=debug -coverprofile=logger.txt -covermode=atomic go test -v -race ./plugins/app/tests -tags=debug -coverprofile=app.txt -covermode=atomic - go test -v -race ./plugins/metrics/tests -tags=debug -metrics=app.txt -covermode=atomic + go test -v -race ./plugins/metrics/tests -tags=debug -coverprofile=metrics.txt -covermode=atomic - name: Run code coverage uses: codecov/codecov-action@v1 |