Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Less flakey codecov #1421

Merged
merged 2 commits into from
Jan 15, 2020
Merged

Less flakey codecov #1421

merged 2 commits into from
Jan 15, 2020

Conversation

gdbelvin
Copy link
Contributor

@gdbelvin gdbelvin commented Jan 2, 2020

Code coverage seems to bounce around a bit.
Allow it do bounce around by 1% without going red.

@gdbelvin gdbelvin requested a review from a team as a code owner January 2, 2020 16:22
@codecov
Copy link

codecov bot commented Jan 2, 2020

Codecov Report

Merging #1421 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1421      +/-   ##
==========================================
- Coverage   66.39%   66.31%   -0.08%     
==========================================
  Files          54       54              
  Lines        4026     4026              
==========================================
- Hits         2673     2670       -3     
- Misses        960      962       +2     
- Partials      393      394       +1
Impacted Files Coverage Δ
core/sequencer/server.go 72.96% <0%> (-0.98%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93eafc9...63d2d44. Read the comment docs.

@@ -1,3 +1,14 @@
ignore:
- "**/*.pb.go" # ignore generated protos
- "**/*.pb.gw.go" # ignore generated protos
coverage:
range: 60..80

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why an upper bound of 80? or am I misreading this config line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An upper bound of 80 means that code coverage above 80% will be marked as green.
This can be adjusted as the code coverage for the project grows over time.

@gdbelvin gdbelvin merged commit f7c27c5 into google:master Jan 15, 2020
@gdbelvin gdbelvin deleted the codecov branch January 15, 2020 12:50
gdbelvin added a commit to gdbelvin/keytransparency that referenced this pull request Jan 15, 2020
* master:
  Less flakey codecov (google#1421)
  Cleanup old docker images (google#1430)
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants