phpunit code coverage theme
1.0.0
這是 phpunit 的 html 程式碼覆蓋率報告的深色主題。我真的厭倦了每天晚上都被白屏蒙蔽,所以我製作了這個 css 檔案。
您所要做的就是在生成報告時複製暗模式 css 檔案並將 custom.css 檔案替換為新的暗模式 css。
我個人是在作曲家命令中這樣做的。
將您的composer.json 編輯為類似這樣的內容,使其以 1 個固定動作發生。
"scripts": {
"cover": "vendor/bin/phpunit ; curl -s https://raw.githubusercontent.com/Porthorian/phpunit-code-coverage-theme/main/custom.css -o .phpunit.cache/html/_css/custom.css",
},
享受這裡是之前和之後的照片。