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

Slather command with html option is not showing the all files in test-reports folder #261

Open
santhoshs5 opened this issue Nov 13, 2016 · 3 comments

Comments

@santhoshs5
Copy link

I am using following slather command.

slather coverage --scheme App --show --html ./App

It automatically opens index.html which is present under test-reports folder but that folder has more files but it is not opening the all files present in test-reports folder.

@santhoshs5 santhoshs5 changed the title Slather command with html option is not showing the all files in index.html Slather command with html option is not showing the all files in test-reports folder Nov 13, 2016
@choli
Copy link

choli commented Nov 21, 2016

I see the same issue, files without test coverage are not shown there, is this possible?

@sprytkov
Copy link

I also noticed this issue. The list is cut off on the end. Seems issue is in list.min.js file that is present in the folder with report. I removed it and after this all files are displayed in report.

@Doxxer
Copy link

Doxxer commented May 18, 2018

Removing list.min.js leads to non-working sorting and searching in table.

Workaround is download fresh version of list.min.js (http://listjs.com/overview/download/) and replace existing list.min.js with the new one.

miroslavkovac added a commit to miroslavkovac/slather that referenced this issue Jul 10, 2018
…to be listed when using --html export option.

Updated list.min.js to the latest version to solve the issue.
ksuther added a commit that referenced this issue Jul 10, 2018
Issue #261 - Fixed truncated file list
crsantos added a commit to crsantos/slather that referenced this issue Oct 27, 2018
* master:
  Slather 2.4.6
  Updated changelog
  Issue SlatherOrg#261 - Fixed an issue that was causing not all files to be listed when using --html export option.
  Updated changelog
  Fix existing tests
  Remove `llvm-cov export` `-summary-only` parameter
  Use `llvm-cov export` to detect source files per binary
  Update test_scheme image to match current xcode version
hughescr added a commit to cognoa/slather that referenced this issue May 10, 2019
…ov_support

* upupstream/master: (24 commits)
  Explicitly install bundler 1
  Updated changelog
  Updated changelog
  Instead of looking at the ARG_MAX size let the exception occur and catch it. This circumvents guessing the usable size of ARG_MAX and will also work on systems where it's not possible to query 'getconf ARG_MAX'. I feel much better about this as it leaves the original flow intact and will only split the work into two if exactly Errno::E2BIG is raised. This should work across Unix/Win/MacOS.
  Remove redundant > 0 condition and clarify error message.
  Secured pathnames_per_binary split against empty results
  Add tests for implementation
  Fixed warnings re: dependency versions:
  Much clearer recursive solution
  Nicer iteration for chunk size
  Refactored the implementation to prevent failure if the argument size for to llvm-cov exceeds ARG_MAX
  Fixed CFPropertyList to be less restrictive. Slather doesn't have an absolute dependency on 3.0, so making it >= 2.2.
  Updated changelog and bumped version number.
  Updates slather dependencies, including dev and runtime. Verified that all unit tests pass after update.
  Update project.rb
  Slather 2.4.6
  Updated changelog
  Issue SlatherOrg#261 - Fixed an issue that was causing not all files to be listed when using --html export option.
  Updated changelog
  Fix existing tests
  ...
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

4 participants