Skip to content

Commit

Permalink
add name to upload codecov report job
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jl committed Nov 10, 2023
1 parent d7e169e commit a817a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
is_old_driver: ${{ matrix.is_old_driver }}
run: ./ci/test.sh
upload-codecov-report:
name: Upload coverage reports to Codecov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Upload coverage reports to Codecov
- name: Upload coverage reports
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODE_COV_UPLOAD_TOKEN }}
Expand Down

0 comments on commit a817a9a

Please sign in to comment.