Roh*_*ily 5 code-coverage gitlab gitlab-ci flutter codecov
我的文件夹中有文件:coverage/lcov.info
我将在 CI Gitlab 中使用 codecov uploader version 0.2.4 上传文件(使用 flutter),但出现错误
There was an error running the uploader: No coverage files located, please try use `-f`, or change the project root with `-R`
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题?请帮忙
您之前可能没有创建任何覆盖率报告。尝试:
pip install codecov
pip install pytest-cov
pytest --cov=./ --cov-report=xml
codecov
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1398 次 |
| 最近记录: |