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

psf / black / 6793723653 / 1
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: pre-commit-ci-update-config
DEFAULT BRANCH: master
Ran 08 Nov 2023 04:33AM UTC
Files 36
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

08 Nov 2023 04:21AM UTC coverage: 96.265% (+0.01%) from 96.254%
6793723653.1

push

github

web-flow
Remove redundant condition from `has_magic_trailing_comma` (#4023)

The second `if` cannot be true at its execution point, because it is
already covered by the first `if`. The condition
`comma.parent.type == syms.subscriptlist` always holds if
`closing.parent.type == syms.trailer` holds, because `subscriptlist`
only appears inside `trailer` in the grammar:

```
trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
subscriptlist: (subscript|star_expr) (',' (subscript|star_expr))* [',']
```

3780 of 4124 branches covered (0.0%)

7011 of 7283 relevant lines covered (96.27%)

0.96 hits per line

Source Files on job py3.8-ubuntu-latest - 6793723653.1
  • Tree
  • List 36
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6793723653
  • 72e7a2e4 on github
  • Prev Job for on main (#6793710217.4)
  • Next Job for on main (#6906220215.1)
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