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

linux-system-roles / network / 709 / 6
39%
main: 42%

Build:
Build:
LAST BUILD BRANCH: codeql
DEFAULT BRANCH: main
Ran 04 May 2020 04:49PM UTC
Files 5
Run time 1s
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

04 May 2020 04:46PM UTC coverage: 40.071% (+1.3%) from 38.746%
LSR_ANSIBLES='ansible==2.7.* ansible==2.8.* ansible==2.9.*' LSR_MSCENARIOS='default'

push

travis-ci-com

tyll
use selectattr instead of json_query

Some tests were getting the following error:
```
Unexpected templating type error occurred on ({{
     network_connections |
       json_query('[*][ieee802_1x]') | flatten | count > 0 }}): 'NoneType'
       object is not iterable"
```
In general it is better to avoid the use of `json_query` and use
the older built-in jinaj2 filters such as `selectattr`, unless you
need to perform a complex query of complex json data.  In this
case, not sure what the problem was with the input json, but
using `selectattr` seems to have fixed it.

904 of 2256 relevant lines covered (40.07%)

0.4 hits per line

Source Files on job 709.6 (LSR_ANSIBLES='ansible==2.7.* ansible==2.8.* ansible==2.9.*' LSR_MSCENARIOS='default')
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 639
  • Travis Job 709.6
  • a9407a48 on github
  • Prev Job for LSR_ANSIBLES='ansible==2.7.* ansible==2.8.* ansible==2.9.*' LSR_MSCENARIOS='default' on master (#704.2)
  • Next Job for LSR_ANSIBLES='ansible==2.7.* ansible==2.8.* ansible==2.9.*' LSR_MSCENARIOS='default' on master (#710.5)
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