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

NHDaly / ApplicationBuilder.jl / 46
24%

Build:
DEFAULT BRANCH: master
Ran 13 May 2018 08:18PM UTC
Jobs 1
Files 3
Run time 0s
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
46

push

travis-ci

NHDaly
Merge branch 'package_restructure':

Move build code into a new Module, `src/BuildApp.jl`. The default cli
build-script now simply parses args and calls the function API from the
module. To access the `build_app_bundle` API, run
`using ApplicationBuilder; using BuildApp` then
`BuildApp.build_app_bundle(program_file; kw_args...)`.

The application runtime utils live in a submodule
`ApplicationBuilder.App`. This is used by applications via:
```
using ApplicationBuilder;
Base.@ccallable function julia_main(ARGS)
  ApplicationBuilder.App.change_dir_if_bundle();
  ...
end
```
Finally, improves test coverage by calling the code directly instead of
splitting of a child julia process.

103 of 103 new or added lines in 2 files covered. (100.0%)

84 of 116 relevant lines covered (72.41%)

10.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 46.1 13 May 2018 08:18PM UTC 0
72.41
Travis Job 46.1
Source Files on build 46
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #46
  • 3ca024bd on github
  • Prev Build on master (#27)
  • Next Build on master (#49)
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

© 2026 Coveralls, Inc