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

[Enhance] Skip CI when some specific files were changed #640

Merged
merged 3 commits into from
Dec 4, 2021

Conversation

ckkelvinchan
Copy link
Member

Motivation

Skip CI when some specific files were changed to save the CI resources.

Reference: open-mmlab/mmcv#1533

Modifications

  1. Update .github/workflows/build.yml
  2. Add .github/workflows/lint.yml

@codecov
Copy link

codecov bot commented Dec 4, 2021

Codecov Report

Merging #640 (ec164c4) into master (ba9d8e5) will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #640      +/-   ##
==========================================
- Coverage   80.37%   80.21%   -0.16%     
==========================================
  Files         197      197              
  Lines       11126    11038      -88     
  Branches     1771     1771              
==========================================
- Hits         8942     8854      -88     
  Misses       1912     1912              
  Partials      272      272              
Flag Coverage Δ
unittests 80.19% <ø> (-0.16%) ⬇️

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

Impacted Files Coverage Δ
...ackbones/encoder_decoders/pconv_encoder_decoder.py 43.47% <0.00%> (-2.36%) ⬇️
mmedit/models/base.py 82.75% <0.00%> (-2.09%) ⬇️
...ones/encoder_decoders/two_stage_encoder_decoder.py 53.84% <0.00%> (-1.16%) ⬇️
...dels/backbones/encoder_decoders/encoders/resnet.py 66.01% <0.00%> (-0.97%) ⬇️
...s/backbones/encoder_decoders/gl_encoder_decoder.py 81.48% <0.00%> (-0.67%) ⬇️
mmedit/datasets/pipelines/normalization.py 88.88% <0.00%> (-0.59%) ⬇️
mmedit/datasets/pipelines/augmentation.py 85.65% <0.00%> (-0.51%) ⬇️
mmedit/models/mattors/indexnet.py 84.37% <0.00%> (-0.48%) ⬇️
mmedit/models/mattors/base_mattor.py 84.94% <0.00%> (-0.48%) ⬇️
mmedit/models/mattors/dim.py 82.35% <0.00%> (-0.34%) ⬇️
... and 21 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 ba9d8e5...ec164c4. Read the comment docs.

@nbei nbei merged commit 6afc390 into open-mmlab:master Dec 4, 2021
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
* add lint.yml and modify build.yml

* update

* update lint.yml
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
* add lint.yml and modify build.yml

* update

* update lint.yml
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