source_files is empty
See original GitHub issueI’m working on makinacorpus/django-safedelete#56 where I’m facing some troubles moving coveralls to tox. It doesn’t report any files and when running - coveralls debug
instead of - coveralls
in tox, source_files
is empty:
{
"config_file": ".coveragerc",
"source_files": [],
"service_name": "coveralls-python",
"git": {
"branch": "bug/can_hard_delete_fk",
"remotes": [
{
"name": "origin",
"url": "git@github.com:AndreasBackx/django-safedelete.git"
},
{
"name": "upstream",
"url": "git@github.com:makinacorpus/django-safedelete.git"
}
],
"head": {
"author_name": "Andreas Backx",
"id": "9861655e43d23c34a0bef6145ddf67ab2f9208f6",
"author_email": "myemail",
"committer_email": "myemail",
"committer_name": "Andreas Backx",
"message": "Moved coveralls to tox and ignore its exit code."
}
}
}
I can’t see to figure out what is wrong and would appreciate it if you could point me in the right direction.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Modelsim (vcom-1491) Empty source files
I get this error when I try to compile (guess what?) an empty file. In other words, a file with no VHDL statements...
Read more >Variable is Empty - SourceFile - MSDN - Microsoft
A File System Task to rename a file is showing an Error indicating the SourceFileName varaiable is empty. The variable SourceFile is set...
Read more >(Nearly) Empty source file in build - c++ - Stack Overflow
It appears to me that someone (or someone's IDE) has a boilerplate header and source file creation. As a "fill in the blank"...
Read more >opening vs opens empty source files windows
Developer Community. if I open a solution vs open the winodws to show the content of the opened files, but the window is...
Read more >Empty source files are marked as not found #571 - GitHub
I came across this issue when upgrading from ts-node 4.x to 6.x. Error occurred for the empty file even when I'd run ./node_modules/.bin/ts-node ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok – I’m going to close this ticket, since I think this should be fixed by now, but if you @AndreasBackx or @Gagaro find it is not, feel free to re-open.
We’ve held back on using tox with coveralls. @Gagaro might know more, I haven’t done any work on it recently and I’m currently studying for exams.