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

Skip Vale checks for large diffs (more than 300 files changed) #6116

Merged
merged 2 commits into from
May 24, 2024

Conversation

user27182
Copy link
Contributor

Workaround to resolve failed checks associated with Vale for #5718. If that PR is approved, then this PR could be merged just before, and then reverted right after #5718 is merged.

The issue is with reviewdog specifically, which might be resolved with reviewdog==0.17.4. See reviewdog/reviewdog#1696.

The current version of Vale is pinned to 2.9.5, see #5109. This version uses reviewdog==0.17.0. I tried unpinning Vale here:
https://github.com/pyvista/pyvista/actions/runs/9217324917/job/25359117083?pr=5718

This updates Vale to 3.4.2 but still uses reviewdog==0.17.0, unfortunately, and still fails.

So, this PR disables Vale altogether.

@pyvista-bot pyvista-bot added the maintenance Low-impact maintenance activity label May 24, 2024
Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.99%. Comparing base (5bb9ed0) to head (7e35fb0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6116      +/-   ##
==========================================
- Coverage   96.99%   96.99%   -0.01%     
==========================================
  Files         141      141              
  Lines       24666    24666              
==========================================
- Hits        23925    23924       -1     
- Misses        741      742       +1     

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.99%. Comparing base (7da60f6) to head (ed56438).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6116   +/-   ##
=======================================
  Coverage   96.99%   96.99%           
=======================================
  Files         141      141           
  Lines       24666    24666           
=======================================
  Hits        23925    23925           
  Misses        741      741           

Copy link
Member

@tkoyama010 tkoyama010 left a comment

Choose a reason for hiding this comment

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

LGTM. As an additional note, these image files will be removed from the repository after they are stored in the cache in my understand.

@tkoyama010 tkoyama010 enabled auto-merge (squash) May 24, 2024 10:19
@tkoyama010 tkoyama010 merged commit 4a3db4a into main May 24, 2024
30 checks passed
@tkoyama010 tkoyama010 deleted the maint/skip_vale_large_diffs branch May 24, 2024 11:32
tkoyama010 added a commit that referenced this pull request May 24, 2024
tkoyama010 added a commit that referenced this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Low-impact maintenance activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants