microsoft / axe-windows

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

fix: Add license headers to .yml and .targets files #996

Closed DaveTryon closed 8 months ago

DaveTryon commented 8 months ago

Details

While updating to 1ES pipeline templates, we realized that several of our files were missing copyright headers. This adds them and updates the tooling to ensure that we don't miss them in these files types in the future. Copyright headers were all added by running the script.

The policy service file can't have comments without breaking the bot, so an exception is made for any files under .github\policies.

Motivation

Address #991

Context

Pull request checklist

microsoft-github-policy-service[bot] commented 8 months ago

1 file(s) have code issues.

File Issues
.github/policies/resourceManagement.yml Exception during deserialization. Invalid cast from 'System.String' to 'GitOps.Primitives.Abstractions.ConfigAsCode'.

Total execution time: 0.00 seconds

codecov-commenter commented 8 months ago

Codecov Report

Attention: 416 lines in your changes are missing coverage. Please review.

Comparison is base (4fc19c3) 73.70% compared to head (f180eb8) 71.67%. Report is 367 commits behind head on main.

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

Files Patch % Lines
src/Actions/Actions/SelectAction.cs 59.09% 29 Missing and 7 partials :warning:
src/Actions/Trackers/FocusTracker.cs 15.00% 33 Missing and 1 partial :warning:
src/Actions/Actions/GetDataAction.cs 15.15% 27 Missing and 1 partial :warning:
src/CLI/Program.cs 0.00% 28 Missing :warning:
src/Actions/Actions/ListenAction.cs 0.00% 23 Missing :warning:
src/Actions/Actions/DataManager.cs 58.82% 20 Missing and 1 partial :warning:
src/Actions/Trackers/BaseTracker.cs 36.00% 15 Missing and 1 partial :warning:
src/Automation/Resources/ErrorMessages.Designer.cs 40.00% 15 Missing :warning:
src/Core/Bases/A11yElement.cs 65.00% 3 Missing and 11 partials :warning:
src/Actions/Trackers/MouseTracker.cs 50.00% 12 Missing :warning:
... and 42 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #996 +/- ## ========================================== - Coverage 73.70% 71.67% -2.03% ========================================== Files 398 424 +26 Lines 12046 13117 +1071 Branches 0 1416 +1416 ========================================== + Hits 8878 9402 +524 - Misses 3168 3300 +132 - Partials 0 415 +415 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.