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

hardbyte / python-can
71%
develop: 71%

Build:
Build:
LAST BUILD BRANCH: cli-api
DEFAULT BRANCH: develop
Repo Added 14 Nov 2022 05:57AM CUT
Files 89
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • ASCWriter-speed
  • SW-13543-update-asc-file-start-time
  • USE_WINDOWS_EVENTS
  • add_can_bridge
  • bcm-win-event-resume-bug
  • bfl-float-arithmetic-fix
  • blf-factor-constants
  • blf-timestamp-offset-fix
  • bugfix/udp_multicast-on-windows
  • dep-groups
  • detect-config-threaded
  • develop
  • docs-spring-clean
  • feature/coveralls
  • felixdivo-patch-1
  • felixdivo-patch-2
  • felixdivo-tiny-doc-formatting
  • fix-kvaser-is-rx
  • fix1905
  • fix_slcan
  • fix_typo
  • fix_udpmulti_macos
  • macos-config-file
  • main
  • neovi-NetworkID2
  • neovi-epoch
  • neovi-for-release-4.2
  • neovi-is-bus-open
  • neovi-serial-range
  • notifier_registry
  • pcapng-io
  • process_socketcand_error_messages
  • python39
  • pywin32-req-env-marker
  • read-blf-metadata
  • refs/tags/4.1.0-alpha0
  • refs/tags/4.1.0-alpha1
  • refs/tags/v4.1.0
  • refs/tags/v4.1.0a2
  • refs/tags/v4.2.0
  • refs/tags/v4.2.0rc0
  • refs/tags/v4.2.1
  • refs/tags/v4.2.2
  • refs/tags/v4.3.0
  • refs/tags/v4.3.0rc0
  • refs/tags/v4.3.1
  • refs/tags/v4.3.2-rc.1
  • refs/tags/v4.3.2-rc.3
  • refs/tags/v4.3.2-rc.4
  • refs/tags/v4.4.0
  • refs/tags/v4.4.0-rc.1
  • refs/tags/v4.4.0-rc.2
  • release-4.1.0
  • release-4.2
  • release-4.2.0
  • release-4.3.0
  • release-4.3.2
  • release-4.4.0
  • release-4.5.0
  • rename-zlg
  • serial-err-rtr-ext
  • slcanFD
  • timestamp64
  • trc_file_writer_add_version_param
  • update_linters
  • usb2can-logger
  • use-del-improvement-proposal
  • v4.4.1.post1
  • v4.4.2
  • v4.5.0
  • win-periodic

31 May 2025 07:55PM CUT coverage: 70.901% (-0.1%) from 71.036%
15367031771

push

github

web-flow
Handle timer overflow message and build timestamp according to the epoch in IXXATBus (#1934)

* Handle timer overflow message and build timestamp according to the epoch

* Revert "Handle timer overflow message and build timestamp according to the epoch"

This reverts commit e0ccfb0d4.

* Handle timer overflow message and build timestamp according to the epoch

* Fix formating issues

* Format with black

1 of 17 new or added lines in 2 files covered. (5.88%)

10 existing lines in 3 files now uncovered.

7702 of 10863 relevant lines covered (70.9%)

13.52 hits per line

Relevant lines Covered
Build:
Build:
10863 RELEVANT LINES 7702 COVERED LINES
13.52 HITS PER LINE
Source Files on develop
  • Tree
  • List 89
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
2.92
can/interfaces/etas/__init__.py322 171 5 166 21.0
3.46
can/interfaces/etas/boa.py698 260 9 251 13.0
5.26
can/interfaces/gs_usb.py181 76 4 72 21.0
6.92
can/interfaces/vector/xldriver.py296 159 11 148 21.0
16.38
can/interfaces/ixxat/canlib_vcinpl2.py1094 + 12354 + 758 296 + 77.0
18.84
can/interfaces/seeedstudio/seeedstudio.py311 138 26 112 21.0
19.61
can/interfaces/ixxat/canlib_vcinpl.py1028 + 14357 + 870 + 1287 + 79.0
22.99
can/interfaces/socketcand/socketcand.py347 187 43 144 21.0
29.55
can/interfaces/nixnet.py353 132 39 93 21.0
32.28
can/interfaces/ics_neovi/neovi_bus.py528 254 82 172 21.0
Showing 1 to 10 of 89 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
  • ►
    70.9
    can/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15367031771 main Handle timer overflow message and build timestamp according to the epoch in IXXATBus (#1934) * Handle timer overflow message and build timestamp according to the epoch * Revert "Handle timer overflow message and build timestamp according to the ... push 31 May 2025 07:57PM CUT web-flow github
70.9
15366941059 main Keep Track of Active Notifiers, Make Notifier usable as ContextManager (#1890) push 31 May 2025 07:42PM CUT web-flow github
71.04
15366834928 notifier_registry Merge 1708dda32 into 2b1f6f6d0 Pull #1890 31 May 2025 07:26PM CUT web-flow github
70.99
15366429403 main Add Support for Remote and Error Frames to SerialBus (#1948) push 31 May 2025 06:32PM CUT web-flow github
70.88
15366344038 serial-err-rtr-ext Merge d8c0f0dbd into 9fe17e4ce Pull #1948 31 May 2025 06:22PM CUT web-flow github
70.88
15352059256 main use ThreadPoolExecutor in detect_available_configs(), add timeout param (#1947) Co-authored-by: zariiii9003 <zariiii9003@users.noreply.github.com> push 30 May 2025 05:18PM CUT web-flow github
70.86
15351670225 detect-config-threaded Merge 5e58052e3 into c46492b55 Pull #1947 30 May 2025 04:56PM CUT web-flow github
70.82
15349491453 main rename zlgcan-driver-py to zlgcan (#1946) Co-authored-by: zariiii9003 <zariiii9003@users.noreply.github.com> push 30 May 2025 02:56PM CUT web-flow github
70.79
15349479963 rename-zlg Merge b17ca52da into 6058ab9df Pull #1946 30 May 2025 02:54PM CUT web-flow github
70.83
15347592287 main Use dependency groups for docs/lint/test (#1945) * use dependency groups for docs/lint/test --------- Co-authored-by: zariiii9003 <zariiii9003@users.noreply.github.com> push 30 May 2025 01:15PM CUT web-flow github
70.79
See All Builds (795)
  • 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

© 2025 Coveralls, Inc