Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CODECOV_TOKEN if available #1073

Merged
merged 1 commit into from
Aug 25, 2022
Merged

Use CODECOV_TOKEN if available #1073

merged 1 commit into from
Aug 25, 2022

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Aug 24, 2022

Description

That should make codecov uploads more stable.

Readiness checklist

  • I added tests for new functionality or bugfixes.
  • I ran task all, and it passed.
  • I added/updated comments for both exported and unexported top-level declarations (functions, types, etc).
  • I checked comments rendering with task godocs.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Assignee, Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@AlekSi AlekSi self-assigned this Aug 24, 2022
@AlekSi AlekSi added the code/chore Code maintenance improvements label Aug 24, 2022
@AlekSi AlekSi added this to the v0.6.0 Alpha milestone Aug 24, 2022
@AlekSi AlekSi added the trust PRs that can access Actions secrets label Aug 24, 2022
@codecov
Copy link

codecov bot commented Aug 24, 2022

Codecov Report

Merging #1073 (02fe29d) into main (3f13625) will increase coverage by 0.06%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1073      +/-   ##
==========================================
+ Coverage   64.70%   64.76%   +0.06%     
==========================================
  Files         246      246              
  Lines       11527    11527              
==========================================
+ Hits         7459     7466       +7     
+ Misses       3204     3197       -7     
  Partials      864      864              
Impacted Files Coverage Δ
internal/util/version/version.go 55.00% <0.00%> (-5.00%) ⬇️
internal/clientconn/listener.go 76.04% <0.00%> (-3.13%) ⬇️
internal/wire/msg_header.go 69.04% <0.00%> (-2.39%) ⬇️
internal/wire/msg_body.go 36.50% <0.00%> (-1.59%) ⬇️
internal/handlers/common/filter.go 86.36% <0.00%> (+0.97%) ⬆️
internal/handlers/pg/pgdb/settings.go 44.18% <0.00%> (+4.65%) ⬆️
Flag Coverage Δ
integration 60.62% <ø> (-0.09%) ⬇️
mongodb 18.51% <ø> (-0.02%) ⬇️
pg 62.80% <ø> (-0.11%) ⬇️
tigris 29.39% <ø> (-0.03%) ⬇️
unit 25.32% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@AlekSi AlekSi added no ci and removed no ci trust PRs that can access Actions secrets labels Aug 24, 2022
@AlekSi AlekSi marked this pull request as ready for review August 24, 2022 18:37
@AlekSi AlekSi requested review from a team, w84thesun, rumyantseva and noisersup and removed request for a team August 24, 2022 18:37
@AlekSi AlekSi enabled auto-merge (squash) August 24, 2022 18:37
Copy link
Member

@rumyantseva rumyantseva left a comment

Choose a reason for hiding this comment

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

LGTM

@AlekSi AlekSi merged commit eb9acfa into FerretDB:main Aug 25, 2022
@AlekSi AlekSi deleted the codecov-token branch August 25, 2022 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Code maintenance improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants