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

loedeman / AutoMapper / 67 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2017 06:26AM UTC
Files 10
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

24 Nov 2017 06:24AM UTC coverage: 92.706%. Remained the same
67.1

push

travis-ci

loedeman
Update gulp-umd Configuration to Export AutoMapperJs Namespace (#47)

Before, the UMD configuration ensured that only the `automapper` global
variable was exported. Now, the whole `AutoMapperJs` namespace is
exported. This makes things such as `Profile` and
`CamelCaseNamingConvention` available. The `automapper` variable is
still attached to `window` (or `global`), as there is code in
`AutoMapper.ts` that ensures it does.

Note that in a webpack environment, the `automapper` variable is likely
**not** placed on the `window` or `global` object, as the global `this`
object is likely not the `global` or `window. In this case, calling
`AutoMapper.getInstance()` to get the singleton is likely required.

I think there could be more work on this codebase as far as how it
handles exports and namespacing, and I think I'll have some time to look
into continuing that.

Fixes #41.

340 of 428 branches covered (79.44%)

788 of 850 relevant lines covered (92.71%)

30.66 hits per line

Source Files on job 67.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 67
  • Travis Job 67.1
  • 9d3e32ff on github
  • Prev Job for on master (#64.1)
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