microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

chore: Revert failed dependabot.yml experiment #893

Closed DaveTryon closed 1 year ago

DaveTryon commented 1 year ago

Details

889 was an dependabot.yml experiment that failed. Its intent was to reduce dependabot noise in the src/CurrentFileVersionCompatibilityTests folder. It actually made things worse, as shown by dependabot change #891, which was a direct result of the change. I did a little more research and found https://github.com/dependabot/dependabot-core/issues/4364, which is an ongoing request to allow the same ecosystem to support different dependabot rules in different folders. It has lots of upvotes but it doesn't seem to be getting any traction.

This PR simply reverts the change from #889

Motivation

Minimize build noise

Context

Pull request checklist

codecov-commenter commented 1 year ago

Codecov Report

Merging #893 (d5b2843) into main (4fc19c3) will increase coverage by 1.17%. The diff coverage is 80.81%.

:exclamation: Current head d5b2843 differs from pull request most recent head b7e4f9f. Consider uploading reports for the commit b7e4f9f to get more accurate results

@@            Coverage Diff             @@
##             main     #893      +/-   ##
==========================================
+ Coverage   73.70%   74.87%   +1.17%     
==========================================
  Files         398      422      +24     
  Lines       12046    12997     +951     
==========================================
+ Hits         8878     9732     +854     
- Misses       3168     3265      +97     
Impacted Files Coverage Δ
src/Actions/Actions/ControlPatternAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/CustomUIAAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/ListenAction.cs 0.00% <0.00%> (ø)
src/Actions/Actions/PrivacyExtensions.cs 100.00% <ø> (ø)
src/Actions/Actions/SetDataAction.cs 0.00% <0.00%> (ø)
...rc/Actions/Attributes/InteractionLevelAttribute.cs 0.00% <0.00%> (ø)
src/Actions/Misc/ExtensionMethods.cs 7.46% <0.00%> (-31.60%) :arrow_down:
src/Actions/Resources/ErrorMessages.Designer.cs 0.00% <ø> (-55.56%) :arrow_down:
src/Automation/AxeWindowsAutomationException.cs 33.33% <ø> (-33.34%) :arrow_down:
src/Automation/Data/OutputFile.cs 88.88% <ø> (ø)
... and 148 more

... and 235 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.