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

[Enhancement] Add Windows CI #106

Merged
merged 2 commits into from
Jun 14, 2022
Merged

Conversation

teamwong111
Copy link
Contributor

Motivation

Add windows ci.

Modification

As above.

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMCls.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

@codecov
Copy link

codecov bot commented Feb 24, 2022

Codecov Report

Merging #106 (fecd0b2) into main (be720ee) will decrease coverage by 31.01%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##             main     #106       +/-   ##
===========================================
- Coverage   63.59%   32.58%   -31.02%     
===========================================
  Files          21       21               
  Lines        1593     1593               
  Branches      361      363        +2     
===========================================
- Hits         1013      519      -494     
- Misses        443     1032      +589     
+ Partials      137       42       -95     
Flag Coverage Δ
unittests 32.58% <0.00%> (-31.02%) ⬇️

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

Impacted Files Coverage Δ
mim/__init__.py 100.00% <ø> (ø)
mim/cli.py 0.00% <ø> (ø)
mim/click/__init__.py 100.00% <ø> (ø)
mim/click/autocompletion.py 26.66% <ø> (ø)
mim/click/customcommand.py 18.18% <ø> (-9.10%) ⬇️
mim/click/option.py 30.30% <ø> (-36.37%) ⬇️
mim/click/utils.py 75.00% <ø> (ø)
mim/commands/__init__.py 100.00% <ø> (ø)
mim/commands/download.py 34.61% <ø> (-53.85%) ⬇️
mim/commands/gridsearch.py 15.69% <0.00%> (-37.25%) ⬇️
... and 23 more

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 82ad743...fecd0b2. Read the comment docs.

@zhouzaida
Copy link
Member

Please update the branch by merging the upstream branch to fix the CI.

@zhouzaida zhouzaida merged commit 945a565 into open-mmlab:main Jun 14, 2022
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.

None yet

2 participants