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

Fix Dependabot grouping and validate YAML #692

Merged
merged 2 commits into from
Apr 1, 2024
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Apr 1, 2024

The grouping added in #686 didn't work:

image

This was due to invalid YAML.

Add validation via pre-commit and fix the indents.

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (4388193) to head (e7bfab8).

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #692   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          357       357           
  Branches        29        28    -1     
=========================================
  Hits           357       357           
Flag Coverage Δ
Python_3.11 ?
Python_3.12 100.00% <ø> (ø)

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

Files Coverage Δ
tests/test_util.py 100.00% <ø> (ø)

@hugovk hugovk merged commit 005e01b into python:main Apr 1, 2024
6 checks passed
@hugovk hugovk deleted the fix-dependabot branch April 1, 2024 15:33
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