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

Executing command-line throws NRE #34

Closed
matkoch opened this issue Aug 30, 2017 · 2 comments · Fixed by #35
Closed

Executing command-line throws NRE #34

matkoch opened this issue Aug 30, 2017 · 2 comments · Fixed by #35
Assignees
Labels

Comments

@matkoch
Copy link

matkoch commented Aug 30, 2017

I'm getting a NRE when executing in a random folder.

An unknown exception has occurred.
Object reference not set to an instance of an object.
at Coveralls.CoverallsBootstrap.get_CoverageFiles() in c:\projects\coveralls-net-gmbph\Coveralls.Lib\CoverallsBootstrap.cs:line 102
at Coveralls.Net.Program.Run(CommandLineOptions options) in c:\projects\coveralls-net-gmbph\coveralls.net\Program.cs:line 40
at Coveralls.Net.Program.Main(String[] args) in c:\projects\coveralls-net-gmbph\coveralls.net\Program.cs:line 18

@jdeering
Copy link
Member

jdeering commented Sep 1, 2017

Can you provide the exact command you ran that caused this error? I've narrowed down possible causes, but I'll need the exact command syntax in order to verify it.

@jdeering jdeering self-assigned this Sep 1, 2017
@jdeering jdeering added the bug label Sep 1, 2017
@matkoch
Copy link
Author

matkoch commented Sep 1, 2017

No parameters, just invoking the executable.

jdeering added a commit that referenced this issue Sep 11, 2017
* Add support for handling a single file or a directory with a wildcard pattern

fixes #34

* Remove brittle test that only works locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants