Skip to content

Excise cruft and add GHA#62

Merged
MrCreosote merged 5 commits intodevelopfrom
dev-gradle
Apr 11, 2024
Merged

Excise cruft and add GHA#62
MrCreosote merged 5 commits intodevelopfrom
dev-gradle

Conversation

@MrCreosote
Copy link
Member

Tests pass locally

Tests pass locally
@MrCreosote MrCreosote requested a review from Xiangs18 April 10, 2024 23:46
Also move performance code out of main code area. Ant ignores it anyway
@MrCreosote MrCreosote changed the title Excise cruft Excise cruft and add GHA Apr 11, 2024
@codecov
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Merging #62 (5b0cae2) into develop (82ec2bc) will increase coverage by 1.42%.
Report is 12 commits behind head on develop.
The diff coverage is n/a.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop      #62      +/-   ##
=============================================
+ Coverage      37.91%   39.34%   +1.42%     
  Complexity       333      333              
=============================================
  Files             34       30       -4     
  Lines           3067     2956     -111     
  Branches         535      516      -19     
=============================================
  Hits            1163     1163              
+ Misses          1757     1646     -111     
  Partials         147      147              

public void detectEncoding() throws Exception {
for (String data: basicJsonData) {
for (Charset enc: encodings) {
@SuppressWarnings("resource")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please explain more when we need this and why you are deleting it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It just quiets a compiler warning. I'm deleting it because eclipse is telling me it's not needed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@Xiangs18 Xiangs18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@MrCreosote MrCreosote merged commit 6824941 into develop Apr 11, 2024
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.

2 participants