fix: project name

This commit is contained in:
debugtalk
2021-10-16 23:31:57 +08:00
parent 96c136e2be
commit a8b7079bef
5 changed files with 7 additions and 9 deletions

View File

@@ -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