Skip to content

Commit

Permalink
Merge pull request #1189 from ErikJiang/fix_ut_1
Browse files Browse the repository at this point in the history
coverage spelling mistake
  • Loading branch information
ErikJiang authored Mar 29, 2024
2 parents d94eea5 + 0fef814 commit a4b599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: unit test
run: |
make test > coverage.temp
grep total coverage.temp > covarage.txt
grep total coverage.temp > coverage.txt
rm -rf coverage.temp
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
Expand Down

0 comments on commit a4b599e

Please sign in to comment.