Skip to content

Commit

Permalink
taosAdapter qa ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyHuo-TAOS committed Sep 20, 2024
1 parent 0ca800d commit 9f7e9c1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/3.0-qa-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,10 @@ jobs:
go tool cover -html=${{ env.GOCOVERDIR }}/coverage.txt -o ${{ env.GOCOVERDIR }}/coverage.html"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
with:
files: ${{ env.GOCOVERDIR }}/coverage.txt
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

run: |
cd ${{ env.TAOSADAPTER_DIR }}
curl -s https://codecov.io/bash | bash -s -- -f ${{ env.GOCOVERDIR }}/coverage.txt -t ${{ secrets.CODECOV_ORG_TOKEN }}
after_success:
runs-on: [self-hosted, linux, x64]
needs: run_taosadapter_test
Expand Down

0 comments on commit 9f7e9c1

Please sign in to comment.