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

google / go-jsonnet / 996 / 6
44%
master: 44%

Build:
DEFAULT BRANCH: master
Ran 08 Sep 2020 03:30PM UTC
Files 39
Run time 6min
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

08 Sep 2020 03:29PM UTC coverage: 81.57% (+4.4%) from 77.156%
PYTHON_COMMAND=python3 GOARCH=386 CGO_ENABLED=1 SKIP_PYTHON_BINDINGS_TESTS=1

push

travis-ci

sbarzowski
Anonymous Import Locations

We used to treat dummy paths like <stdin>, <std>, <extvar> as
real import locations, which causes obvious problem for importers.

After this change we consistently pass "" (an empty string) as location
for non-imported paths.

We exposed new functions to properly handle all paths.

The first function family, EvaluateFile* which allow evaluating
a Jsonnet program at a specified importable path. It should
be used in most cases.

The second function family, EvaluateAnonymousSnippet* allows evaluating
a snippet without an importable path. It should be used for situations
like the code passed as a commandline argument, stdin, etc.

The old function family, EvaluateSnippet* is now deprecated, but
works the same as before, i.e. the passed filenames are treated
as imported paths.

Changes are required to custom importers to make sure they satisfy
the refined contract.

Fixes #329.

7024 of 8611 relevant lines covered (81.57%)

5177.07 hits per line

Source Files on job 996.6 (PYTHON_COMMAND=python3 GOARCH=386 CGO_ENABLED=1 SKIP_PYTHON_BINDINGS_TESTS=1)
  • Tree
  • List 0
  • Changed 19
  • Source Changed 6
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 847
  • Travis Job 996.6
  • b70cbd44 on github
  • Prev Job for PYTHON_COMMAND=python3 GOARCH=386 CGO_ENABLED=1 SKIP_PYTHON_BINDINGS_TESTS=1 on master (#990.6)
  • Next Job for PYTHON_COMMAND=python3 GOARCH=386 CGO_ENABLED=1 SKIP_PYTHON_BINDINGS_TESTS=1 on master (#1001.7)
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