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

Column data is shifted if a column uses longbar as the format #94

Open
marek-parfianowicz opened this issue Dec 17, 2019 · 1 comment
Open

Comments

@marek-parfianowicz
Copy link
Member

with a column spec like:

columns {
            ncLineCount format: 'raw'
            coveredBranches format: 'longbar'
            totalBranches format: 'raw'
            coveredMethods format: '%'
            coveredStatements format: '%'
            totalStatements format: 'raw' 
        }

The longbar data ends up shifting the other fields into different columns. Sorting for one field then requires clicking a different fields header. The alignment of the data in the columns also ends up off.

I am using the clover gradle plugin which uses openclover 4.3.1

@marek-parfianowicz
Copy link
Member Author

Original report: https://bitbucket.org/openclover/clover/issues/94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant