Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coveralls is appearing to not be working #158

Open
ollie-iterators opened this issue Jan 24, 2023 · 1 comment
Open

Coveralls is appearing to not be working #158

ollie-iterators opened this issue Jan 24, 2023 · 1 comment
Labels
C: stakeholder Relates to docformatter stakeholder requested behavior chore Boring, but important, stuff U: low A relatively low urgency issue

Comments

@ollie-iterators
Copy link

The link for Coveralls for this repository: https://coveralls.io/github/PyCQA/docformatter says that this repository has 0 percent of the relevant lines covered and the section "Source Files on Master" says that it has "No data available in table".

@github-actions github-actions bot added the fresh This is a new issue label Jan 24, 2023
@weibullguy
Copy link
Member

@ollie-iterators Yeah, I know. I haven't prioritized figuring out why. But now that you've raised the issue, I know there's at least one customer who's interested! FYI, I just ran the test suite and the coverage results are below;

Name                                Stmts   Miss Branch BrPart  Cover   Missing
-------------------------------------------------------------------------------
src/docformatter/__init__.py            2      0      0      0   100%
src/docformatter/__main__.py           15      1      6      1    90%   82
src/docformatter/__pkginfo__.py         2      0      0      0   100%
src/docformatter/configuration.py      82      2     38      4    95%   37-38, 82->87, 83->82, 275->279, 296->exit
src/docformatter/encode.py             29      1     10      0    97%   68
src/docformatter/format.py            153      5     68      2    97%   134-135, 140, 240-241
src/docformatter/strings.py            66      0     32      0   100%
src/docformatter/syntax.py             75      0     39      1    99%   370->exit
src/docformatter/util.py               28      0     24      0   100%
-------------------------------------------------------------------------------
TOTAL                                 452      9    217      8    97%

@weibullguy weibullguy added chore Boring, but important, stuff C: stakeholder Relates to docformatter stakeholder requested behavior and removed fresh This is a new issue labels Jan 24, 2023
@weibullguy weibullguy added chore Boring, but important, stuff and removed chore Boring, but important, stuff labels Jun 7, 2023
@github-actions github-actions bot added the U: low A relatively low urgency issue label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: stakeholder Relates to docformatter stakeholder requested behavior chore Boring, but important, stuff U: low A relatively low urgency issue
Projects
None yet
Development

No branches or pull requests

2 participants