nebula-contrib / ngbatis

NGBATIS is a database ORM framework base NebulaGraph + spring-boot, which takes advantage of the mybatis’ fashion development, including some de-factor operations in single table and vertex-edge, like mybatis-plus. NGBATIS 是一款针对 NebulaGraph + Springboot 的数据库 ORM 框架。借鉴于 MyBatis 的使用习惯进行开发。https://graph-cn.github.io/ngbatis-docs/
https://nebula-contrib.github.io/ngbatis/
Apache License 2.0
132 stars 42 forks source link

fix: style check #278

Closed CorvusYe closed 11 months ago

codecov-commenter commented 11 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (9c7ed71) 0.00% compared to head (9a81f6c) 0.00%. Report is 2 commits behind head on master.

Files Patch % Lines
.../org/nebula/contrib/ngbatis/proxy/MapperProxy.java 0.00% 2 Missing :warning:
...g/nebula/contrib/ngbatis/proxy/NebulaDaoBasic.java 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #278 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 75 75 Lines 2574 2575 +1 Branches 279 279 ====================================== - Misses 2574 2575 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

CorvusYe commented 11 months ago

!!!

https://s01.oss.sonatype.org/content/repositories/releases/org/nebula-contrib/ngbatis/1.2.0/

wey-gu commented 11 months ago

OMG, but why?

CorvusYe commented 11 months ago

I guess ... It is possible that another command also made an error in the style check step, but did not provide a clear prompt. (style check is not required for snapshots)

I remember doing a checkstyle during the merge before, but now it seems like this step was skipped.

wey-gu commented 11 months ago

(style check is not required for snapshots)

ha, golden troubleshoot mind model 👍