Skip to content
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

Publish to maven central #24

Merged
merged 30 commits into from
Jun 22, 2024
Merged

Conversation

VenomVendor
Copy link
Owner

@VenomVendor VenomVendor commented Jun 11, 2024

Fixes #23

Added autogenerated files
Removed unused heapdump
Fixed edge casees when param is primitive
Updated docs
Added -ve and performance tests
Fixed typo
Updated version for next release
Updated dependencies version
Added autogenerated files
Removed unused heapdump
Removed Coveralls
Updated site to dracula theme
Updated configuration as per maven central
@VenomVendor VenomVendor force-pushed the feature/2-1-0--publish-maven-central branch 10 times, most recently from 823aef8 to 0fab925 Compare June 12, 2024 00:19
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@1b68c2b). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage        ?   96.00%           
  Complexity      ?        5           
=======================================
  Files           ?        1           
  Lines           ?       50           
  Branches        ?       11           
=======================================
  Hits            ?       48           
  Misses          ?        2           
  Partials        ?        0           
Files Coverage Δ
...enomvendor/gson/NullDefenseTypeAdapterFactory.java 96.00% <80.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b68c2b...0bf8ca0. Read the comment docs.

@VenomVendor VenomVendor force-pushed the feature/2-1-0--publish-maven-central branch from b4ab2da to 8c604da Compare June 20, 2024 23:47
@VenomVendor VenomVendor force-pushed the feature/2-1-0--publish-maven-central branch from 1d1cbcd to 3c65e54 Compare June 21, 2024 00:33
Added required validation to release in CI
Set required attrs in project
@VenomVendor VenomVendor force-pushed the feature/2-1-0--publish-maven-central branch 2 times, most recently from 4728eee to 145cb46 Compare June 22, 2024 03:30
@VenomVendor VenomVendor force-pushed the feature/2-1-0--publish-maven-central branch 3 times, most recently from 8f216b1 to 14b2ea4 Compare June 22, 2024 04:38
@VenomVendor VenomVendor self-assigned this Jun 22, 2024
@VenomVendor VenomVendor force-pushed the feature/2-1-0--publish-maven-central branch 2 times, most recently from a4b478e to 540a6cc Compare June 22, 2024 15:49
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@VenomVendor VenomVendor force-pushed the feature/2-1-0--publish-maven-central branch from 6feb82f to 7ab7490 Compare June 22, 2024 16:26
Disable Github advanced analysis, since default analysis is enabled from dashboard
Added condition to avoid duplicate analysis
Update version of sarif uploader
Copy link

codacy-production bot commented Jun 22, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 1b68c2b1 80.00% (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (1b68c2b) Report Missing Report Missing Report Missing
Head commit (0bf8ca0) 50 48 96.00%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#24) 10 8 80.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link

codeclimate bot commented Jun 22, 2024

Code Climate has analyzed commit 0bf8ca0 and detected 15 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Style 13
Clarity 1

View more on Code Climate.

@VenomVendor VenomVendor merged commit f32a70e into main Jun 22, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JCenter Shutdown
1 participant