make coverage.html; make coverage-report fails
See original GitHub issuemake coverage.html
make coverage-report fails
these commands fail due to the following error:
Finished processing dependencies for cwltool==1.0.20170309164828
export COVERAGE_PROCESS_START=/home/manu/github/cwltool/.coveragerc; \
cd ; ./run_test.sh RUNNER=cwltool
/bin/sh: 2: ./run_test.sh: not found
Makefile:110: recipe for target '.coverage' failed
make: *** [.coverage] Error 127
related line of code in makefile: https://github.com/common-workflow-language/cwltool/blob/master/Makefile#L111
Issue Analytics
- State:
- Created 7 years ago
- Comments:22 (22 by maintainers)
Top Results From Across the Web
Code Coverage report fails to load index.html
Hi! In my latests builds, although Publish Code Coverage task ends successfully and artifacts are being published (I'm even able to download them), ......
Read more >Not able to generate ".coverage" report while running code ...
I'm trying to run code coverage testing from command line using below commands: vstest.console.exe CoverTest.dll /EnableCodeCoverage ...
Read more >Command line usage — Coverage.py 6.4.4 documentation
html – Produce annotated HTML listings with coverage results. ... --data-file=OUTFILE Write the recorded coverage data to this file. Defaults to '.coverage' ...
Read more >python coverage error during html report (NoSource
I encounter the following error during reporting html coverage. myrepo>coverage report html html NoSource: No source for code: ...
Read more >About Code Coverage
Please make sure to enable preview packages in the Package Manager, otherwise it won't be listed. Coverage HTML Report. Shown below is an...
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 FreeTop 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
Top GitHub Comments
@mr-c Working now. Need to remove hardcoded paths though
@mr-c thanks for pointing this out. I was using them yesterday while debugging my PR: https://github.com/common-workflow-language/cwltool/pull/337
I’m thinking of adding short description on running
tox
locally. And adding essential contents from https://github.com/common-workflow-language/cwltool/blob/master/cwltool/schemas/CONFORMANCE_TESTS.md