RojerChen.2021.04.15如果使用的 Visual Studio 不是 Enterprise 的版本,是沒有辦法看到 Code Coverage 的報告,不過我們還是可以透過 dotnet test、reportgenerator 來了解。如果想要把相關的結果整合到 SonarQube或是 Jenkins 可以這樣子處理:產生 opencover 測試報告首先還是透過 dotnet test 來產生報告dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../TestReport/ ../../SonarQube 整合執行 dotnet SonarQube.dll begin 的時候,要加入以下參數,輸入 xml 報告檔案位置,這樣整個執行完畢後,就可以將結果顯示在 SonarQube
Home
Archive for
04/01/2021 - 05/01/2021
TechSmith Capture :Location of Recording files is different from previous version
TechSmith Capture :Location of Recording files is different from previous version
RojerChen.2021.04.11我使用 TechSmith Capture (Jing) 有好一段時間了,過去常常使用它來擷取螢幕畫面,將其作成影片。最近更新了新版本後,發現到除了影片的暫存路徑變更之外,檔名也沒有 tempRecording 字眼,害我花了好一段時間才找到實際上的存檔路徑。舊版本:%temp%2.0.2.546 版本:%LocalAppData%\RelayRecorder_Settings\UploadQueue
訂閱:
文章
(
Atom
)