mcarleio / konvert

This kotlin compiler plugin is using KSP API and generates kotlin code to map one class to another
https://mcarleio.github.io/konvert/
Apache License 2.0
86 stars 8 forks source link

build: add scripts for skip `testFixtures` in publish #23

Closed iDevSK closed 11 months ago

iDevSK commented 11 months ago

Add scripts to prevent konvert-processor from adding dependencies to pom.xml by the java-test-fixes plug-in.

resolve #22

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (f3740c7) 84.16% compared to head (514c529) 84.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ======================================= Coverage 84.16% 84.16% ======================================= Files 67 67 Lines 2236 2236 Branches 293 293 ======================================= Hits 1882 1882 Misses 184 184 Partials 170 170 ```

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

mcarleio commented 11 months ago

Thanks for the PR :+1: