From b51d9a217210670540ffd63cbbc395445a6bbc25 Mon Sep 17 00:00:00 2001 From: Suzuki Shunsuke Date: Sat, 11 Sep 2021 21:45:41 +0900 Subject: [PATCH] feat: add `codeclimate/test-reporter` https://codeclimate.com/downloads/test-reporter/test-reporter-0.6.3-linux-amd64 https://github.com/codeclimate/test-reporter Code Climate Test Reporter --- registry.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/registry.yaml b/registry.yaml index cf530a02fe3..a9bfc6c6b0e 100644 --- a/registry.yaml +++ b/registry.yaml @@ -82,6 +82,14 @@ packages: description: Task runner. It provides useful help messages and supports interactive prompts and validation of arguments files: - name: cmdx +- name: codeclimate/test-reporter + type: http + archive_type: raw + url: https://codeclimate.com/downloads/test-reporter/test-reporter-{{.Package.Version}}-{{.OS}}-{{.Arch}} + link: https://github.com/codeclimate/test-reporter + description: Code Climate Test Reporter + files: + - name: test-reporter - name: conftest type: github_release repo_owner: open-policy-agent