-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add CI for windows #732
Merged
Merged
Add CI for windows #732
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Feb 10, 2022
Merged
wangruohui
requested review from
ckkelvinchan
and removed request for
ckkelvinchan
February 10, 2022 09:15
Codecov Report
@@ Coverage Diff @@
## master #732 +/- ##
==========================================
+ Coverage 82.93% 82.95% +0.01%
==========================================
Files 215 215
Lines 12121 12121
Branches 1945 1945
==========================================
+ Hits 10053 10055 +2
+ Misses 1763 1762 -1
+ Partials 305 304 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
wangruohui
force-pushed
the
windows_ci
branch
from
February 11, 2022 04:49
612a9cd
to
26a6870
Compare
Yshuo-Li
approved these changes
Feb 15, 2022
Yshuo-Li
added a commit
to Yshuo-Li/mmediting
that referenced
this pull request
Jul 15, 2022
* Add CI for windows * only-binary flag * remove opencv dependency * install opencv with facexlib * quote less than * Update build.yml Co-authored-by: ys-li <56712176+Yshuo-Li@users.noreply.github.com>
Yshuo-Li
added a commit
to Yshuo-Li/mmediting
that referenced
this pull request
Jul 15, 2022
* Add CI for windows * only-binary flag * remove opencv dependency * install opencv with facexlib * quote less than * Update build.yml Co-authored-by: ys-li <56712176+Yshuo-Li@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note:
coverage run --branch --source mmedit -m pytest tests
should be a single line command. When combined with multiple commands in a single step, failure of pytest will not cause CI to fail!