Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Oct 24, 2024
1 parent 0705c6e commit d528621
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ jobs:
name: Build and test AMD64 Ubuntu 22.04
runs-on: ubuntu-latest
steps:

- name: Upload coverage reports to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: ${{ github.repository == 'milvus-io/milvus' }}
run: |
touch "go_coverage.txt"
curl -Os https://cli.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov --verbose upload-process --fail-on-error --pr ${{ github.event.pull_request.number }} -n 'github-actions' -f './go_coverage.txt' -f './it_coverage.txt'
- name: 'Setup $HOME'
# hot fix
run: |
Expand Down

0 comments on commit d528621

Please sign in to comment.