codecov
Here are 349 public repositories matching this topic...
-
Updated
Jun 19, 2020 - CMake
-
Updated
May 25, 2020 - Swift
What is frustrating you?
The $content-width SCSS variable, found in frontend/src/component/styles/dimension.scss is set to 1200px currently, which works for desktop, but does not make sense for mobile. Components affected are: Header, Footer (but it looks fine since it's centered and just text), Section, and UserShortLinksSection.
Your solution
Refactor so that the `$con
-
Updated
Jun 28, 2020 - CMake
When testing in a matrix, uploads often fail after the first one. I'm testing against different versions of Python, and I only need to upload the coverage information once, by including
if: matrix.python-version == 3.8in the codecov job. It took me a while to figure this out, so maybe it is nice to include this in the readme.
In the "Tracking Coverage as-a Service" section:
https://github.com/dwyl/learn-istanbul/tree/bb027a62b40558ad1717fd8f168291777b95b8cd#tracking-coverage-as-a-service
We are currently advising people to use the "old" way:

We can simplify this a lot by simply running the bash command:
!
-
Updated
Oct 28, 2017 - C++
This task is going to be open until release 2.0.0, at that point a full review of all code base will be performed.
If you find some public element (class, method, field, etc.) without proper API documentation, feel free to make the PR and reference this issue. However, the issue won't be closed as stated before.
This will make users learn how to use this tool much faster.
Thank you for ma
In the .covrignore section of the readme, it would be helpful to have an example of a .covrignore format. I'm not sure what a "System.glob" is (in terms of inputs).
Just something like:
tests/testthat/test-foo.R
tests/testthat/test-bar.RI'm not sure if the lines should refer to the test files, or the R/ files.
I'm happy to open a PR with my guess as to how it should b
I am encountering an issue with codecov uploads failing and wanted to debug the problem but it doesn't seem that there is any flag for enabling verbose output for this node module.
In this article about the bash uploader it says that passing the -v flag should enable verbose mode so I presume it should p
-
Updated
May 24, 2020 - CMake
https://cirrus-ci.com/task/5957768351842304?command=main#L61 shows the follow message, but the whitespace between "at" and the URL is not shown when the entire line is not broken.
Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
When I copy the line, the space is there.
There is whitespace in https://github.com/codecov/codecov-bash/blob/c71e656/codecov#L
Refactor NetworkInfo
Remove the interface INetworkInfo and refactor the feature and tests accordingly
Line 29 in setup.py breaks license detection on PyPI.
license='http://www.apache.org/licenses/LICENSE-2.0',
Source: https://github.com/codecov/codecov-python/blob/master/setup.py?ts=2#L29
The license got already specified via classifiers. Moreover, the parameter license seems to be outdated. It's not documented in the latest Python documentation.
License detection from PyPI i
-
Updated
Nov 15, 2019 - Swift
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Jul 1, 2020 - Vue
In the readme on step 3 of running the tests with codecov.io, it says to set "codecov: true".
However, in the example linked at the bottom of the readme, none of the repos seem to do that. Is it outdated or just optional? If it's optional, what does it actually do?
-
Updated
Mar 1, 2019 - Go
Right now when the user logs out, the Decks widget looses access to the list of decks, making Firebase trigger permission denied events. This results in issue churn:
- https://sentry.io/share/issue/c903ffaafb1d4f09903b614cfc6bdba5/
- https://sentry.io/share/issue/e687924953344d13960ac45ba0794877/
- https://sentry.io/share/issue/a69efe18a23945cbb5cbfe3bf7072340/
We should not receive except
As clearly stated in the docs you do not need to provide an API token if you collect coverage from a Appveyor build using a a public repo on git. Works fine on Travis.
-
Updated
Jun 3, 2020 - Shell
Improve this page
Add a description, image, and links to the codecov topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codecov topic, visit your repo's landing page and select "manage topics."
It's not an issue, but I just think about it every time I look at it, so I decided to say it aloud😅