mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-11-20 17:21:24 +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
|