Sam Kleinman
055f1b3279
ci: disable codecov patch status check ( #6930 )
3 years ago
Sam Kleinman
1a9bad9dd3
ci: tweak code coverage settings ( #6920 )
3 years ago
Sam Kleinman
816e9b0b49
ci: drop codecov bot ( #6917 )
3 years ago
Marko
095e9cd7ef
codecov: validate codecov.yml ( #5699 )
## Description
_Please add a description of the changes that this PR introduces and the files that
are the most critical to review._
Closes: #XXX
4 years ago
Tess Rinearson
e52f9de148
.github: move codecov.yml into .github
4 years ago
Marko
eeb92a632b
ci: tests ( #5577 )
- use matrix builds to run multiple test jobs
- upload code coverage once not 4 times (produce more accurate codecov reports)
4 years ago
Marko
9df66eaa7d
codecov: disable annotations ( #5413 )
4 years ago
Marko
7d3335d526
ci: delay codecov notification ( #5275 )
## Description
Currently, for ci testing, we upload the code coverage reports individually across multiple machines. Once codecov receives one report it sends a notification in the form of a comment on the pull request. This comment does not contain the full report from all the tests therefore causing inaccurate reports. This PR aims at delaying the codecov notification till at least 4 reports have been uploaded, reducing noise.
Closes: #XXX
4 years ago
Marko
dc87c09d93
cov: ignore autogen file ( #5033 )
## Description
ignore autogen file codecov
Closes: #XXX
4 years ago
Silas Davis
b7e5cbeb3b
Remove pb.go files from codecov
Signed-off-by: Silas Davis <silas@monax.io>
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
6 years ago
Liamsi
96a3502126
delete everything
6 years ago
Anton Kaliaev
5243e54641
[codecov] ignore docs, scripts and DOCKER dirs
7 years ago
Zach
bdd50c5f37
fix docs links & stuff ( #1273 )
* fix links in docs/spec etc, closes #1261
* spec: remove ref to non-existant repo
* codecov you weirdo
7 years ago
Anton Kaliaev
630d54c95a
return back threshold and ignore sections
7 years ago
Alexander Simmerl
458a40f74e
Integrate CodeCov as change acceptance stage
As a rough measure to keep quality up we want to integrate our code
coverage tooling to the point where it is required for changes to be
merged.
Example taken from https://github.com/cosmos/voyager/blob/develop/codecov.yaml
7 years ago