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

abravalheri / validate-pyproject / 5414796992970752

03 Jan 2024 10:12PM CUT coverage: 98.204% (-0.2%) from 98.357%
5414796992970752

Pull #131

cirrus-ci

henryiii
chore: move pretty/showerr to tox

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Pull Request #131: chore: more typing

317 of 325 branches covered (0.0%)

Branch coverage included in aggregate %.

886 of 900 relevant lines covered (98.44%)

10.79 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/validate_pyproject/vendoring/cli.py
1
from typing import Any
11✔
2

3
from ..pre_compile import cli
11✔
4
from . import _deprecated
11✔
5

6

7
def run(*args: Any, **kwargs: Any) -> Any:
11✔
8
    return _deprecated(run, cli.run)(*args, **kwargs)
11✔
9

10

11
def main(*args: Any, **kwargs: Any) -> Any:
11✔
12
    return _deprecated(run, cli.main)(*args, **kwargs)
11✔
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