codecov-bash icon indicating copy to clipboard operation
codecov-bash copied to clipboard

Global coverage report uploader for Codecov

Results 23 codecov-bash issues
Sort by recently updated
recently updated
newest added

This issue was first reported [here](https://github.com/codecov/codecov-action/issues/374). It still exists in v2.0.2. See [log here](https://github.com/ambianic/ambianic-ui/pull/699/checks?check_run_id=3324025163#step:8:1). Excerpt from log follows: ``` Warning: Unexpected input(s) 'path_to_write_report', valid inputs are ['token', 'files', 'directory', 'flags',...

Hi, We've been having a problem uploading coverage data for different branches. It all started when we noticed we have different coverage in our badges for the same code and...

A common false-positive I see from Codecov is as follows 1. I create a pull request which Codecov reports green as improving code coverage by ~ 1%. ✅ 2. Separately,...

I switched from Travis CI to GitHub actions (using `tox-gh-actions`) for testing my django packages. I'm using the same tox file, but now the coverage report is not uploaded to...

This repository is already deprecated. I think should be `unpin` from Codecov organization's page. Also archive as much as possible.

This is essentially the same issue as #386, but we're now facing the same issue with Azure Pipelines. In the `env` file the logic for checking Docker is quite early,...

codecov doesn't recognise the source code filepath if it contains spaces. Example path : Databases/db_name/**stored procedures**/dbo.get_country_name.sql All the .sql files are properly identified and visible in the codecov files. But...

Similar to the Node.js module `codecov`, would be useful if the bash script accepted a coverage report from `stdin`; e.g., ``` $ cat ./lcov.info | bash

I do not know if it will actually work in the end, but The problem: i run codecov bash script with `-x llvm-cov-3.8 -a gcov`, which i assume should produce...

You can use `-d` to dump the upload file instead of uploading, but that is quite verbose. It would be nice if `-d` would just output the URL, and only...