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

DM-42214: Remove unused dbAuth test files #925

Merged
merged 4 commits into from Dec 15, 2023
Merged

DM-42214: Remove unused dbAuth test files #925

merged 4 commits into from Dec 15, 2023

Conversation

timj
Copy link
Member

@timj timj commented Dec 15, 2023

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (31e49c9) 87.63% compared to head (8a57ebd) 87.63%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #925   +/-   ##
=======================================
  Coverage   87.63%   87.63%           
=======================================
  Files         295      295           
  Lines       38327    38331    +4     
  Branches     8097     8098    +1     
=======================================
+ Hits        33588    33592    +4     
  Misses       3535     3535           
  Partials     1204     1204           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timj timj requested a review from dhirving December 15, 2023 18:40
The bad yaml file did not really need to be stored in the repo
and it's almost as easy to create it when the test runs.

This allows us to stop fighting YAML linters complaining about
the bad file.
It was doing nothing after we moved all the files out of core/

I am unable to get pydocstyle to ignore the parser code which
is not compliant so instead am attempting to filter it out
using find and grep.
ruff does not find them. These were only discovered once
pydocstyle was fixed to scan the full code tree.
@timj timj merged commit cbc7c94 into main Dec 15, 2023
18 checks passed
@timj timj deleted the tickets/DM-42214 branch December 15, 2023 21:03
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