mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
fix: project name
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user