html
html copied to clipboard
Test GitHub CI
| Q | A |
|---|---|
| Is bugfix? | ❌ |
| New feature? | ❌ |
| Breaks BC? | ❌ |
| Fixed issues |
Just a test by request of @vjik
PR Summary
-
Updated Header Alignment Syntax
The way we center the header in the
Yii HTMLfile has been modified. Instead of using an older method,<p align="center">, we've switched to a more modern and generally preferred coding style,<p style="text-align: center">. This change enhances coding standards and improves browser compatibility.
Codecov Report
All modified lines are covered by tests :white_check_mark:
Comparison is base (
1657ad3) 100.00% compared to head (aa90258) 100.00%.
:exclamation: Current head aa90258 differs from pull request most recent head 6eeeee8. Consider uploading reports for the commit 6eeeee8 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #165 +/- ##
===========================================
Coverage 100.00% 100.00%
+ Complexity 760 759 -1
===========================================
Files 84 84
Lines 2053 2052 -1
===========================================
- Hits 2053 2052 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.