From a8b7079bef163d343149f89ec575d640b6df762f Mon Sep 17 00:00:00 2001 From: debugtalk Date: Sat, 16 Oct 2021 23:31:57 +0800 Subject: [PATCH] fix: project name --- .github/workflows/main.yml | 2 +- README.md | 8 +++----- docs/cmd/hrp.md | 2 +- hrp/README.md | 2 +- hrp/cmd/root.go | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c90216ab..5f4fdd32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: - name: hrp(HttpRunner+) # User defined upload name. Visible in Codecov UI + name: hrp (HttpRunner+) # User defined upload name. Visible in Codecov UI token: ${{ secrets.CODECOV_TOKEN }} # Repository upload token file: ./cover.out # Path to coverage file to upload flags: unittests # Flag upload to group coverage metrics diff --git a/README.md b/README.md index 7d55b597..05e195b2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ -# HttpRunner+ (hrp) +# hrp (HttpRunner+) [![Go Reference](https://pkg.go.dev/badge/github.com/httprunner/hrp.svg)](https://pkg.go.dev/github.com/httprunner/hrp) [![Github Actions](https://github.com/httprunner/hrp/actions/workflows/main.yml/badge.svg)](https://github.com/httprunner/hrp/actions) [![codecov](https://codecov.io/gh/httprunner/hrp/branch/main/graph/badge.svg?token=HPCQWCD7KO)](https://codecov.io/gh/httprunner/hrp) [![Go Report Card](https://goreportcard.com/badge/github.com/httprunner/hrp)](https://goreportcard.com/report/github.com/httprunner/hrp) -[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B27856%2Fgithub.com%2Fhttprunner%2Fhrp.svg?type=shield)](https://app.fossa.com/reports/fb0e64a7-7dcf-48bb-8de9-8f0e016b903b) +[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B27856%2Fgithub.com%2Fhttprunner%2Fhrp.svg?type=shield)](https://app.fossa.com/reports/c2742455-c8ab-4b13-8fd7-4a35ba0b2840) -> hrp (HttpRunnerPlus) = [HttpRunner] + [Boomer] - -`hrp` is a golang implementation of [HttpRunner]. Ideally, `hrp` will be fully compatible with HttpRunner, including testcase format and usage. What's more, `hrp` will integrate Boomer natively to be a better load generator for [locust]. +`hrp` is a golang implementation of [HttpRunner]. Ideally, hrp will be fully compatible with HttpRunner, including testcase format and usage. What's more, hrp will integrate Boomer natively to be a better load generator for [locust]. ## Key Features diff --git a/docs/cmd/hrp.md b/docs/cmd/hrp.md index 00513a78..64f61a69 100644 --- a/docs/cmd/hrp.md +++ b/docs/cmd/hrp.md @@ -4,7 +4,7 @@ One-stop solution for HTTP(S) testing. ### Synopsis -hrp(HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨ +hrp (HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨ License: Apache-2.0 Github: https://github.com/httprunner/hrp diff --git a/hrp/README.md b/hrp/README.md index 81e75b9a..8dd934f7 100644 --- a/hrp/README.md +++ b/hrp/README.md @@ -1 +1 @@ -# HttpRunner+ cli +# hrp cli diff --git a/hrp/cmd/root.go b/hrp/cmd/root.go index 66fe373f..46f16caf 100644 --- a/hrp/cmd/root.go +++ b/hrp/cmd/root.go @@ -13,7 +13,7 @@ import ( var RootCmd = &cobra.Command{ Use: "hrp", Short: "One-stop solution for HTTP(S) testing.", - Long: `hrp(HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨ + Long: `hrp (HttpRunner+) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨ License: Apache-2.0 Github: https://github.com/httprunner/hrp