scorzy / IdleAnt2

IdleAnt 2
https://scorzy.github.io/IdleAnt2/
MIT License
41 stars 15 forks source link

Spelling fixes #26

Closed khamer closed 6 years ago

khamer commented 6 years ago

This should hopefully address most of Issue #13 and clean up some small variable name typos too. The biggest one I intentionally didn't mess with changing CONSTATS.ts to CONSTANTS.ts. If you want me to squash all these commits together, let me know.

I did run it locally and verify that works, as well as run npm run test which seems to pass as well as before. Some of the other tests were failing beforehand and as far as I can aren't being used. Let me know if there's more changes you'd like to see!

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 313


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/app/action/buttons/buttons.component.ts 2 3 66.67%
src/app/model/game.ts 10 11 90.91%
src/app/prestige/prestige.component.ts 0 1 0.0%
src/app/research/research.component.ts 2 3 66.67%
src/app/model/world.ts 17 20 85.0%
src/app/model/masteries/all-masteries.ts 13 19 68.42%
<!-- Total: 84 97 86.6% -->
Files with Coverage Reduction New Missed Lines %
src/app/production-signposts/production-signposts.component.ts 1 79.31%
src/app/model/game.ts 1 72.81%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 311: 0.4%
Covered Lines: 3389
Relevant Lines: 3932

💛 - Coveralls
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 312


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/app/action/buttons/buttons.component.ts 2 3 66.67%
src/app/model/game.ts 10 11 90.91%
src/app/prestige/prestige.component.ts 0 1 0.0%
src/app/research/research.component.ts 2 3 66.67%
src/app/model/world.ts 17 20 85.0%
src/app/model/masteries/all-masteries.ts 13 19 68.42%
<!-- Total: 84 97 86.6% -->
Files with Coverage Reduction New Missed Lines %
src/app/production-signposts/production-signposts.component.ts 1 79.31%
src/app/model/game.ts 1 72.81%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 311: 0.4%
Covered Lines: 3389
Relevant Lines: 3932

💛 - Coveralls
scorzy commented 6 years ago

Thank you! that's lot of stuff. I tried and it works. The only test i use is unit testing npm run test.