-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use github action #528
Conversation
Codecov Report
@@ Coverage Diff @@
## master #528 +/- ##
======================================
Coverage 86.9% 86.9%
======================================
Files 7 7
Lines 1550 1550
======================================
Hits 1347 1347
Misses 119 119
Partials 84 84 Continue to review full report at Codecov.
|
1f54d6d
to
9ce09e9
Compare
I don't have the right of codecov, so I would like you to set it up in another PR. - name: Upload Coverage report to CodeCov
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./profile.out |
@easonlin404 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left comments.
@easonlin404 |
@pei0804 Please rename the |
|
Seems like don't need to setup if it's public repo, right? |
I will check it a bit more. |
Describe the PR
Benefits of using GitHubAction