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

tfcollins / pytest-libiio
86%
master: 67%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 11 Oct 2020 10:59PM UTC
Files 5
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • ad9081
  • add-ad9081-tdd-xml
  • adrv9002-split
  • ai-loop/create-a-new-logo-for-the-documentation-082149
  • ai-loop/create-a-new-logo-for-the-documentation-083745
  • ai-loop/create-a-new-logo-for-the-documentation-that-uses
  • context_attrs
  • dev-mock
  • dir-xml-support
  • doc-checks
  • emu-dev-support
  • enhance-emulation-tests
  • fix-missing-uri
  • fix-tests
  • gh-ci
  • hw-fix
  • libiio-v1-support
  • master
  • mock-dev-emu
  • mock-dev-emulation
  • override
  • readme-update-fix-link
  • remove-adrv9002-old
  • sourcery/dev-mock
  • sourcery/dir-xml-support
  • sourcery/emu-dev-support
  • sourcery/enhance-emulation-tests
  • sourcery/hw-fix
  • sourcery/master
  • sourcery/mock-dev-emulation
  • sourcery/override
  • tfcollins-adrv9002-revert
  • tfcollins/add-logos-for-documentation--the-theme-s-140404
  • tfcollins/add-logos-for-documentation--the-theme-s-152356
  • tfcollins/add-logos-for-documentation-using-nano-b-111311
  • tfcollins/add-logos-for-documentation-using-nano-b-123913
  • tfcollins/add-logos-for-documentation-using-nano-b-130244
  • tfcollins/add-logos-for-documentation-using-nano-b-133714
  • tfcollins/add-unlisted-xmls
  • tfcollins/adrv9002-updates
  • tfcollins/cleanup
  • tfcollins/coverage-tweaks
  • tfcollins/create-a-new-logo-for-the-documentation-085116
  • tfcollins/doc-fix
  • tfcollins/fix-up-lint
  • tfcollins/fixes
  • tfcollins/glibc
  • tfcollins/iio-coverage
  • tfcollins/issue--21--improve-coverage--improve-tes-212136
  • tfcollins/longs-peak
  • tfcollins/meta
  • tfcollins/precision-buffers
  • tfcollins/update-ad9081
  • tfcollins/verbose-scan-update
  • tfcollins/xdist-support
  • v0.0.1
  • v0.0.10
  • v0.0.11
  • v0.0.12
  • v0.0.13
  • v0.0.14
  • v0.0.15
  • v0.0.16
  • v0.0.17
  • v0.0.18
  • v0.0.19
  • v0.0.20
  • v0.0.21
  • v0.0.22
  • v0.0.23
  • v0.0.24
  • v0.0.25
  • v0.0.26
  • v0.0.27
  • v0.0.4
  • v0.0.5
  • v0.0.6
  • v0.0.7
  • v0.0.8
  • v0.0.9
  • v0.1.0
  • v0.1.2

24 May 2026 12:48AM UTC coverage: 86.198%. Remained the same
26347821482

push

github

tfcollins
Document fixtures end-to-end and gate docs build with -W

- plugin.py: enrich docstrings on the three public fixtures (iio_uri,
  single_ctx_desc, context_desc) with Napoleon-style Returns / Example /
  Notes sections so they are the single source of truth.
- docs/fixtures.md: add scenario sections for emulation, attribute
  coverage, telemetry, and pytest-xdist parallel execution; add an API
  reference section that pulls the docstrings in via sphinx autodoc.
- docs/cli.md: replace the stale `pytest -h` paste with a full markdown
  flag table covering all 15 plugin options (including the previously
  undocumented --iio-coverage* family); add a Coverage tracking prose
  section; promote H3 sections to H2 to fix the header hierarchy.
- docs/conf.py: enable myst_heading_anchors = 3 so in-page anchors used
  by the new cross-references resolve.
- README.rst: update Usage with an iio_uri quickstart plus a multi-board
  context_desc example; switch tox -> nox; link to the hosted docs.
- noxfile.py: run sphinx-build with `-W --keep-going -n` so any new
  Sphinx warning fails the docs session.

687 of 797 relevant lines covered (86.2%)

0.86 hits per line

Relevant lines Covered
Build:
Build:
797 RELEVANT LINES 687 COVERED LINES
0.86 HITS PER LINE
Source Files on main
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26347821482 main Document fixtures end-to-end and gate docs build with -W - plugin.py: enrich docstrings on the three public fixtures (iio_uri, single_ctx_desc, context_desc) with Napoleon-style Returns / Example / Notes sections so they are the single source... push 24 May 2026 12:50AM UTC tfcollins github
86.2
26347477238 main Add ty type checker and fix mypy/ty diagnostics - Add `nox -s ty` session running Astral's ty; add types-PyYAML and types-paramiko to the mypy session so it has stubs for those imports. - plugin.py: replace implicit-Optional parameter defaults ... push 24 May 2026 12:31AM UTC tfcollins github
86.2
23960069137 main Release v0.1.2 push 03 Apr 2026 07:57PM UTC tfcollins github
86.68
23960054585 main Address build error Signed-off-by: Travis F. Collins <travis.collins@analog.com> push 03 Apr 2026 07:56PM UTC tfcollins github
86.68
23956659726 main Release v0.1.0 push 03 Apr 2026 06:09PM UTC tfcollins github
86.62
23956626589 main Add release target for nox Signed-off-by: Travis Collins <travis.collins@analog.com> push 03 Apr 2026 06:08PM UTC tfcollins github
86.62
23956113207 main Fixes for older libiio versions Signed-off-by: Travis Collins <travis.collins@analog.com> push 03 Apr 2026 05:51PM UTC tfcollins github
86.62
23555276644 main Fix lint errors Signed-off-by: Travis F. Collins <travis.collins@analog.com> push 25 Mar 2026 05:40PM UTC tfcollins github
86.62
23555036890 main Fix formatting issue Signed-off-by: Travis F. Collins <travis.collins@analog.com> push 25 Mar 2026 05:35PM UTC tfcollins github
86.62
23554957440 main Add more tests Signed-off-by: Travis F. Collins <travis.collins@analog.com> push 25 Mar 2026 05:33PM UTC tfcollins github
86.62
See All Builds (249)
  • Repo on GitHub
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