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

rm-hull / luma.oled
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/pip-dependencies-56ce5e14b8
DEFAULT BRANCH: master
Repo Added 10 Jan 2017 09:52PM UTC
Files 6
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
  • 2.0.0
  • 2.0.1
  • 2.1.0
  • 2.2.0
  • 2.2.1
  • 2.2.10
  • 2.2.11
  • 2.2.12
  • 2.2.2
  • 2.2.3
  • 2.2.4
  • 2.2.5
  • 2.2.6
  • 2.2.7
  • 2.2.8
  • 2.2.9
  • 2.3.0
  • 2.3.1
  • 2.3.2
  • 2.4.0
  • 2.4.1
  • 2.5.0
  • 2.5.1
  • 3.0.0
  • 3.0.1
  • 3.1.0
  • 3.1.1
  • 3.2.0
  • 3.2.1
  • 3.3.0
  • 3.4.0
  • 3.5.0
  • 3.6.0
  • 3.7.0
  • 3.8.0
  • 3.8.1
  • add-troubleshooting
  • assert-called
  • baseline-json-178
  • bugfix/16bit-rgb-packing
  • bugfix/cmd-exceed-32-bytes
  • bugfix/framebuffer-regression
  • bugfix/issue-229
  • bugfix/mutable-default-parameter
  • bugfix/ssd1306_64x48
  • bugfix/ssd1325-diff-to-previous
  • bugfix/ssd1327-diff-to-previous
  • build-update
  • chore/breaking-change
  • chore/dependabot
  • chore/repair-reference-data
  • consistent_docs
  • coveralls-once
  • dependabot/pip/pip-dependencies-56ce5e14b8
  • deprecated-setup
  • develop
  • device-doc
  • doc-build
  • doc-fix
  • doc-fixes
  • doc-update
  • doc-upgrade
  • drop-py38
  • examples-dir
  • failing-tests
  • feature/SSD1351
  • feature/ch1115
  • feature/device-consolidation
  • feature/improved-framebuffer-performance
  • feature/ssd1305
  • feature/ssd1309
  • feature/ssd1315
  • feature/ssd1316
  • feature/ssd1322
  • feature/ssd1322_nhd_tests
  • feature/ssd1362
  • fix-badge
  • fix-markup
  • focal
  • formatting
  • i2c-doc
  • install-venv
  • issue-template
  • master
  • more-rst-check
  • move-version-nr
  • namespace-fix
  • optimize-display
  • package-rename
  • patch-1
  • py27-mock
  • py34-38
  • py37
  • py37-ok
  • pytest-31
  • raspbian-name-change
  • release-315
  • remove-py27
  • rpi5
  • rtd-build-fix
  • rtd-update
  • setuptools-travis
  • sh1106-rotated
  • ssd1306_64x32
  • ssd1325-tuneup
  • ssd1331-tuneup
  • stretch-pip
  • test-doc-84
  • thijstriemstra-patch-1
  • travis-build
  • update-year-2019
  • use-pathlib
  • xenial-travis
  • zipsafe

08 Mar 2026 01:00PM UTC coverage: 99.46%. Remained the same
22821590185

push

github

web-flow
docs: rtd expects a string for build.tools.python (#416)

553 of 556 relevant lines covered (99.46%)

5.97 hits per line

Relevant lines Covered
Build:
Build:
556 RELEVANT LINES 553 COVERED LINES
5.97 HITS PER LINE
Source Files on main
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22821590185 main docs: rtd expects a string for build.tools.python (#416) push 08 Mar 2026 01:01PM UTC web-flow github
99.46
22800772511 main chore: disable attestations in pypi publish Explicitly disable **attestations** in the PyPI publication workflow to prevent potential failures or metadata mismatches during the package upload process. See: https://claude.ai/share/3abf2b12-eb86-4... push 07 Mar 2026 02:25PM UTC rm-hull github
99.46
22782194091 main revert version bump (#415) * undo * 3.15.0 is 3.15.0 push 06 Mar 2026 09:13PM UTC web-flow github
99.46
22742987911 main fix markdown typo... push 06 Mar 2026 12:25AM UTC rm-hull github
99.46
22742675571 main chore: update pypi publish workflow settings Update the `pypa/gh-action-pypi-publish` action configuration: - Enable `verbose` output for better visibility during deployment. - Set `skip-existing: true` for **Test PyPI** to allow workflow re-ru... push 06 Mar 2026 12:14AM UTC rm-hull github
99.46
22742403079 main release: v3.15.0 (#414) * Update release date for version 3.15.0 * Update copyright year to 2026 push 06 Mar 2026 12:05AM UTC web-flow github
99.46
22730437630 main Add SSD1305 OLED driver support (#413) * Add SSD1305 OLED display driver Adds support for the SSD1305 OLED controller, tested on a Waveshare 2.23inch OLED HAT (128x32, SPI). Key differences from SSD1306: - No internal charge pump (CHARGEPUMP se... push 05 Mar 2026 06:21PM UTC web-flow github
99.46
22462466938 main Add SSD1315 OLED driver support (#410) * Add SSD1315 OLED driver support - Add ssd1315 device class with 128x64 default - Add unit tests and reference data - Add SSD1315 datasheet - Update documentation Fixes #409 * Address review feedback: re... push 27 Feb 2026 10:15PM UTC web-flow github
99.44
21572470847 main chore: add dependabot configuration (#407) * chore: add dependabot configuration Add `.github/dependabot.yml` to automate dependency updates for **pip** and **GitHub Actions**. - Configures weekly update schedules. - Groups updates to minimize ... push 01 Feb 2026 11:42PM UTC web-flow github
99.44
21570258861 main doc fixes (#408) * Update Raspberry Pi OS instructions for I2C and SPI * Update badge links in documentation index * Revise installation documentation for clarity Updated PyPI link and clarified supported Raspberry Pi models. * Fix formatting... push 01 Feb 2026 09:08PM UTC web-flow github
99.44
See All Builds (949)
  • 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