chore: Add code checkout step in CI workflow#21
Conversation
trheyi
commented
Apr 5, 2026
- Introduced a checkout step in the pr-test.yml workflow to ensure the code is available for subsequent actions, using actions/checkout@v4 with the specified reference.
- Introduced a checkout step in the pr-test.yml workflow to ensure the code is available for subsequent actions, using actions/checkout@v4 with the specified reference.
|
Thank you for the PR! The test workflow ( GO:1.24 DB:MySQL5.6 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:Postgres14.0 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:Postgres9.6 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:SQLite3 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:MySQL5.7 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:MySQL8.0 is running, the results of the run will be commented later. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
==========================================
+ Coverage 85.16% 85.40% +0.24%
==========================================
Files 30 31 +1
Lines 2716 2741 +25
==========================================
+ Hits 2313 2341 +28
+ Misses 351 345 -6
- Partials 52 55 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✨DONE✨ GO:1.24 DB:SQLite3 passed. |
|
✨DONE✨ GO:1.24 DB:MySQL5.6 passed. |
|
✨DONE✨ GO:1.24 DB:Postgres14.0 passed. |
|
✨DONE✨ GO:1.24 DB:MySQL5.7 passed. |
|
✨DONE✨ GO:1.24 DB:Postgres9.6 passed. |
|
✨DONE✨ GO:1.24 DB:MySQL8.0 passed. |