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

[CI] Update CI of the master branch #1252

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Conversation

mzr1996
Copy link
Member

@mzr1996 mzr1996 commented Dec 8, 2022

Motivation

Update master branch CI.

Modification

Please briefly describe what modification is made in this PR.

BC-breaking (Optional)

Does the modification introduce changes that break the backward compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here and update the documentation.

Checklist

Before PR:

  • Pre-commit or other linting tools are used to fix the potential lint issues.
  • Bug fixes are fully covered by unit tests, the case that causes the bug should be added in the unit tests.
  • The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  • The documentation has been modified accordingly, like docstring or example tutorials.

After PR:

  • If the modification has potential influence on downstream or other related projects, this PR should be tested with those projects, like MMDet or MMSeg.
  • CLA has been signed and all committers have signed the CLA in this PR.

@mzr1996 mzr1996 force-pushed the fix-ci branch 2 times, most recently from e7b01cc to 0d9f936 Compare December 8, 2022 10:24
@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

Base: 85.58% // Head: 85.91% // Increases project coverage by +0.33% 🎉

Coverage data is based on head (4954a15) compared to base (2495400).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1252      +/-   ##
==========================================
+ Coverage   85.58%   85.91%   +0.33%     
==========================================
  Files         142      142              
  Lines        9925     9926       +1     
  Branches     1621     1646      +25     
==========================================
+ Hits         8494     8528      +34     
+ Misses       1156     1135      -21     
+ Partials      275      263      -12     
Flag Coverage Δ
unittests 85.84% <ø> (+0.26%) ⬆️

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

Impacted Files Coverage Δ
mmcls/models/backbones/hornet.py 83.07% <0.00%> (+1.02%) ⬆️
mmcls/models/backbones/convmixer.py 98.36% <0.00%> (+1.63%) ⬆️
mmcls/core/visualization/image.py 88.03% <0.00%> (+1.82%) ⬆️
mmcls/models/backbones/timm_backbone.py 87.23% <0.00%> (+4.25%) ⬆️
mmcls/datasets/builder.py 87.83% <0.00%> (+9.45%) ⬆️
mmcls/datasets/custom.py 100.00% <0.00%> (+11.47%) ⬆️
mmcls/models/utils/helpers.py 91.66% <0.00%> (+12.50%) ⬆️
mmcls/utils/device.py 100.00% <0.00%> (+27.27%) ⬆️
mmcls/utils/setup_env.py 100.00% <0.00%> (+27.27%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mzr1996 mzr1996 force-pushed the fix-ci branch 3 times, most recently from 8d8967e to 0098521 Compare December 8, 2022 10:56
Copy link
Collaborator

@tonysy tonysy left a comment

Choose a reason for hiding this comment

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

LGTM

@mzr1996 mzr1996 merged commit 7bf42ee into open-mmlab:master Dec 13, 2022
mzr1996 added a commit that referenced this pull request Dec 15, 2022
…ecision. (#1251)

* [CI] Update CI of the master branch. (#1252)

* [Bot] Update assignee schedule. (#1262)

* [Fix] Force the sigmoid calculation in multi-label head to be
full-precision.
mzr1996 added a commit that referenced this pull request Dec 30, 2022
* [CI] Update CI of the master branch. (#1252)

* [Bot] Update assignee schedule. (#1262)

* [Fix] adapt to matplotlib fig 1px precision lost

* reserve eps, add more comments on reshape buffer

Co-authored-by: Ma Zerun <mzr1996@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants