• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IBM-Cloud / gp-java-tools / 217
50%

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2019 09:29PM UTC
Jobs 1
Files 75
Run time 10s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
217

push

travis-ci

yumaoka
Improved AMDJS merge implemetation

- Changed AMDJS merge implementation to use Rhino JS parser. Previous implementation used regex matcher for each line, and trying to replace value. This implementation was fragile and it does not work various different cases.
- Previous merge operation tried to wrap long lines, but the new implementation put translated value in a single line. We may revisit this and re-implement line wrapping logic with the new code base.
- Fixed #148 caused by the previous merge implementation.
- Previous AMDJS filter write/merge implementation did not escape string literal properly - such as `\n` for line feed, `\"` for quoataion and so on (note: parser worked OK because Rhino parser does unescaping). Added proper string literal escape code.
- Added new data drive test framework. With this framework, we can easily add parse/write/merge test cases without writing new JUnit test methods.
- Deleted old AMDJS test case files not used.

1918 of 3646 relevant lines covered (52.61%)

74.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 217.1 23 Aug 2019 09:29PM UTC 0
52.61
Travis Job 217.1
Source Files on build 217
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #217
  • e8118b25 on github
  • Prev Build on master (#215)
  • Next Build on master (#219)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc