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

sandialabs / pyttb / 5853879617
98%

Build:
DEFAULT BRANCH: main
Ran 14 Aug 2023 09:06AM UTC
Jobs 3
Files 27
Run time 2s
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

pending completion
5853879617

push

github

web-flow
Ruff addition (#211)

* Ruff: Resolve E501 line too long (manual fix)
   * ruff seems to be less forgiving of comment line length

* Ruff: Resolve F401 unused import F406 import *
   * Adding things to __all__ should improve command line help
   * Our utils are mostly internal so don't need to be in top level namespace

* Ruff: Enable most pylint rules solved by trivial exceptions

* Ruff: Fix remaining pylint rules
   * Add noqa equivalent to pylint disable
   * Reduce nesting for else follow by if to simplify branching

* Ruff: Capture a few other nice to haves
   * Isort should allow us to drop isort
   * Names is a good smell test for non-pythonic changes
   * Numpy rules to catch deprecation changes
   * Ruf specific rules (catches out of date noqa filters)
      * Fixed a redundant str call in fstring
      * RUF405 autofix (unpacking over concatenation)

* Packaging:
   * Fix confusing test_package AND test_packaging existence
   * Add pytest to run ruff check by default

* Tutorial: Fix pyttb_utils import

161 of 161 new or added lines in 16 files covered. (100.0%)

4447 of 4465 relevant lines covered (99.6%)

2.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5853879617.1 14 Aug 2023 09:06AM UTC 0
99.6
2 5853879617.2 14 Aug 2023 09:06AM UTC 0
99.6
3 5853879617.3 14 Aug 2023 09:06AM UTC 0
99.6
Source Files on build 5853879617
Detailed source file information is not available for this build.
  • Back to Repo
  • de918301 on github
  • Prev Build on main (#5821858871)
  • Next Build on main (#5920027339)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc