Skip to content

Commit

Permalink
ci: fix coverage badge publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeodor committed May 29, 2024
1 parent 5d7762d commit d4c1555
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
run_id: ${{ github.event.workflow_run.id }}
name: sdk-coverage
path: sdk-coverage.txt
- run: awk '{print "COVERAGE_PCT=" $1}' sdk-coverage.txt >> $GITHUB_ENV
- uses: schneegans/[email protected]
with:
Expand All @@ -47,7 +46,6 @@ jobs:
with:
run_id: ${{ github.event.workflow_run.id }}
name: cli-coverage
path: cli-coverage.txt
- run: awk '{print "COVERAGE_PCT=" $1}' cli-coverage.txt >> $GITHUB_ENV
- uses: schneegans/[email protected]
with:
Expand Down

0 comments on commit d4c1555

Please sign in to comment.