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

hardbyte / python-can
71%
main: 71%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: main
Repo Added 14 Nov 2022 05:57AM UTC
Files 91
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
  • add_rp1210
  • bcm-win-event-resume-bug
  • bfl-float-arithmetic-fix
  • blf-factor-constants
  • blf-timestamp-offset-fix
  • bugfix/udp_multicast-on-windows
  • changelog-4.6.1
  • ci-config
  • cli-api
  • damiao-plugin
  • dep-groups
  • dependabot-config
  • dependabot/github_actions/github-actions-323b5e2864
  • dependabot/github_actions/github-actions-a63cedcf3b
  • dependabot/github_actions/github-actions-d4d1d2617e
  • dependabot/pip/dev-deps-0c215d50d3
  • dependabot/pip/dev-deps-f77191a5e1
  • dependabot/uv/dev-deps-009b90f1c3
  • dependabot/uv/dev-deps-94dee350dd
  • dependabot/uv/hypothesis-gte-6.136-and-lt-6.138
  • dependabot/uv/ruff-0.12.8
  • detect-config-threaded
  • docs-spring-clean
  • drop39
  • enhanced-asc-datetime-parsing
  • feature/coveralls
  • feature/no-init-access-support-for-kvaser
  • felixdivo-patch-1
  • felixdivo-patch-2
  • felixdivo-tiny-doc-formatting
  • fix-default-setting-for-set-bitrate
  • fix-flaky-test
  • fix-kvaser-is-rx
  • fix1905
  • fix_slcan
  • fix_typo
  • fix_udpmulti_macos
  • io-typing2
  • ixxat-errorhandling
  • loop-arg
  • macos-config-file
  • main
  • mf4-s-dir
  • more-typing-fixes
  • neovi-NetworkID2
  • neovi-epoch
  • neovi-for-release-4.2
  • neovi-is-bus-open
  • neovi-serial-range
  • new-release
  • notifier_registry
  • patch-1
  • pcan-busstate
  • pcan-channel
  • pcapng-io
  • process_socketcand_error_messages
  • pypy-timeout
  • python-can-coe-interface
  • 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
  • seedbus-hwfilters-feature
  • serial-err-rtr-ext
  • slcanFD
  • timestamp64
  • towncrier3
  • trc-read-rtr-support
  • trc_file_writer_add_version_param
  • update-ci-yml
  • update-test-deps
  • update_linters
  • usb2can-logger
  • use-del-improvement-proposal
  • v4.4.1.post1
  • v4.4.2
  • v4.5.0
  • v4.6.0
  • win-periodic

01 Dec 2024 11:30PM UTC 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
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
12110014653 develop Merge 269c49b9b into 654a02ae2 Pull #1901 02 Dec 2024 05:20AM UTC web-flow github
70.69
7362543865 develop Merge 9cb66cffa into 35eef6e63 Pull #1717 30 Dec 2023 11:40AM UTC web-flow github
70.77
6896725730 develop Release version 4.3.0 (#1688) push 16 Nov 2023 09:33PM UTC 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 UTC 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 UTC 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 UTC 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 UTC 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 UTC 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 UTC 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 UTC web-flow github
70.86
See All Builds (894)
  • 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