mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
6 lines
149 B
PowerShell
6 lines
149 B
PowerShell
# Run coverage analysis
|
|
Set-Location $PSScriptRoot\backend
|
|
|
|
$pylint = "$PSScriptRoot\backend\venv\Scripts\pylint.exe"
|
|
|
|
& $pylint cctext project apps |