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

hardbyte / python-can
71%

Build:
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 develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • 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
  • 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
  • pcapng-io
  • python39
  • pywin32-req-env-marker
  • 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
  • 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

01 Dec 2024 11:30PM CUT coverage: 70.687% (+0.006%) from 70.681%
12110014653

Pull #1901

github

web-flow
Merge 269c49b9b into 654a02ae2
Pull Request #1901: New BusState members per #736

12 of 21 new or added lines in 6 files covered. (57.14%)

7567 of 10705 relevant lines covered (70.69%)

15.33 hits per line

Relevant lines Covered
Build:
Build:
10705 RELEVANT LINES 7567 COVERED LINES
15.33 HITS PER LINE
Source Files on develop
  • Tree
  • List 89
  • Changed 7
  • Source Changed 6
  • Coverage Changed 3
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
2.92
can/interfaces/etas/__init__.py322 171 5 166 24.0
3.46
can/interfaces/etas/boa.py698 260 9 251 16.0
5.26
can/interfaces/gs_usb.py181 76 4 72 24.0
6.92
can/interfaces/vector/xldriver.py296 159 11 148 24.0
16.47
can/interfaces/ixxat/canlib_vcinpl2.py1081 346 57 289 8.0
18.84
can/interfaces/seeedstudio/seeedstudio.py311 138 26 112 24.0
19.54
can/interfaces/ixxat/canlib_vcinpl.py1013 348 68 280 10.0
23.4
can/interfaces/socketcand/socketcand.py348 188 44 144 24.0
29.55
can/interfaces/nixnet.py353 132 39 93 24.0
32.28
can/interfaces/ics_neovi/neovi_bus.py528 254 82 172 24.0
Showing 1 to 10 of 89 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
  • ►
    70.69
    can/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
12110014653 develop Merge 269c49b9b into 654a02ae2 Pull #1901 02 Dec 2024 05:20AM CUT web-flow github
70.69
7362543865 develop Merge 9cb66cffa into 35eef6e63 Pull #1717 30 Dec 2023 11:40AM CUT web-flow github
70.77
6896725730 develop Release version 4.3.0 (#1688) push 16 Nov 2023 09:33PM CUT web-flow github
70.77
6691123424 develop Configure socketcand TCP socket to reduce latency (#1683) * Configure TCP socket to reduce latency TCP_NODELAY disables Nagles algorithm. This improves latency (reduces), but worsens overall throughput. For the purpose of bridging a CAN bus ... push 30 Oct 2023 10:00AM CUT web-flow github
70.77
6574193828 develop Vector: use global channel_index if provided (#1681) * fix XL_ERR_INVALID_CHANNEL_MASK for multiple devices with the same serial * add CHANGELOG.md entry push 19 Oct 2023 11:57AM CUT web-flow github
70.85
6545446838 develop Update Changelog for Release v.4.3.0rc0 (#1680) * Upate Changelog for Release v.4.3.0 * Update CHANGELOG.md Co-authored-by: zariiii9003 <52598363+zariiii9003@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: zariiii9003 ... push 17 Oct 2023 09:48AM CUT web-flow github
70.81
6539353384 develop Add BitTiming/BitTimingFd support to KvaserBus (#1510) * add BitTiming parameter to KvaserBus * implement tests for bittiming classes with kvaser * set default number of samples to 1 * undo last change push 16 Oct 2023 09:18PM CUT web-flow github
70.81
6539335378 develop Implement _detect_available_configs for the Ixxat bus. (#1607) * Add _detect_available_configs to ixxat bus * Add typing and cover CI test failure * Format code with black * Format code with black * re-order imports for ruff * Upda... push 16 Oct 2023 09:15PM CUT web-flow github
70.79
6538533162 develop Fix ThreadBasedCyclicSendTask thread not being stopped on Windows (#1679) Also adding unit test to cover RestartableCyclicTaskABC Co-authored-by: Pierre-Luc Tessier Gagné <ptessie3@ford.com> push 16 Oct 2023 07:51PM CUT web-flow github
70.86
6499424827 develop Add BitTiming.iterate_from_sample_point static methods (#1671) * add the possibility to return all the possible solutions using the from_sample_point static methods * Format code with black * add iterators for timings from sample point *... push 12 Oct 2023 06:21PM CUT web-flow github
70.86
See All Builds (778)
  • 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