-
Notifications
You must be signed in to change notification settings - Fork 6
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
Corrected code to account for new lodestone layout #19
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19 +/- ##
==========================================
+ Coverage 93.24% 93.47% +0.23%
==========================================
Files 4 4
Lines 1036 1027 -9
Branches 113 110 -3
==========================================
- Hits 966 960 -6
Misses 54 54
+ Partials 16 13 -3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears to be passing unit tests again. Approved.
…therer-Java into pr-test-pr * '19_stormblood' of github.com:matthewhillier/XIVStats-Gatherer-Java: Update README.md Update README.md #19 Corrected missing comma #19 Added missing carpenter field #19 Added level fields for Scholar, Red Mage and Samurai #19 Added Table fields and mappings for Stormblood progression #19 Added in completion stats for Stormblood & Corrected parameter ordering in the getPlayerTest #19 Updated Player Unit Test #19 Added Omega & Louisoix servers #19 Adding in variables for Scholar, Red Mage and Samurai and updating the parse order to match the Lodestone update Update README.md (#22) Remove un-necessary print statement (#20) Corrected code to account for new lodestone layout (#19)
…g the parse order to match the Lodestone update
…dering in the getPlayerTest NOTE: SB completion is currently opaque as the MSQ final quest doesn't drop anything. Implemeted a best-guess based on end-game content drops.
… updating the parse order to match the Lodestone update
…meter ordering in the getPlayerTest NOTE: SB completion is currently opaque as the MSQ final quest doesn't drop anything. Implemeted a best-guess based on end-game content drops.
Resolves #18