question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

source_files is empty

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TheKevJamescommented, Sep 3, 2018

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.

0reactions
AndreasBackxcommented, Aug 31, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found