chore: fix codecov (#2288)

This commit is contained in:
Jason Song
2024-04-10 18:32:47 +08:00
committed by GitHub
parent e3da912e2b
commit d2c341332b

View File

@@ -61,10 +61,11 @@ jobs:
- name: Run act from cli - name: Run act from cli
run: go run main.go -P ubuntu-latest=node:16-buster-slim -C ./pkg/runner/testdata/ -W ./basic/push.yml run: go run main.go -P ubuntu-latest=node:16-buster-slim -C ./pkg/runner/testdata/ -W ./basic/push.yml
- name: Upload Codecov report - name: Upload Codecov report
uses: codecov/codecov-action@v3.1.5 uses: codecov/codecov-action@v4
with: with:
files: coverage.txt files: coverage.txt
fail_ci_if_error: true # optional (default = false) fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
test-host: test-host:
strategy: strategy: