-
Notifications
You must be signed in to change notification settings - Fork 12
CI: Update various actions #488
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #488 +/- ##
==========================================
- Coverage 14.72% 11.54% -3.17%
==========================================
Files 74 124 +50
Lines 9146 10378 +1232
==========================================
- Hits 1346 1198 -148
- Misses 7629 9009 +1380
Partials 171 171
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/cc @kaaaaaaang |
| - name: Upload coverage to Codecov | ||
| uses: codecov/codecov-action@v3 | ||
| uses: codecov/codecov-action@v5 |
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.
lack the token: ${{ secrets.CODECOV_TOKEN }} part
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.
This seems to be ok. It might use a generic and/or github token. We can switch this later when needed.
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.
OK.
|
/cc @kaaaaaaang @zimulala |
What problem does this PR solve?
What is changed and how it works?
Check List
Tests