Skip to content

Commit

Permalink
ci: coverall only when success
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Nov 21, 2023
1 parent 69d601f commit a1b196e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
make ct
make cover
- name: Coveralls
if: ${{ success() }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit a1b196e

Please sign in to comment.