Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit dc589ec6 authored by Ahmad Fauzan Amirul Isnain's avatar Ahmad Fauzan Amirul Isnain
Browse files

Merge branch '1706979152-128' into 'master'

[#128] QA: Fix Tests Path on Sonarqube Exclusions

Closes #128

See merge request !80
parents a921ab69 a6716f69
Branches
No related tags found
1 merge request!80[#128] QA: Fix Tests Path on Sonarqube Exclusions
Pipeline #60024 failed
......@@ -9,7 +9,7 @@ sonar.projectKey=$SONARQUBE_PROJECT_KEY
## Path to sources
sonar.sources=.
sonar.exclusions=**/migrations/**, **/__init__.py, digipus/**, **/test.py, manage.py, .vscode/**, static/**, staticfiles/**, static/admin/**, **/static/**
sonar.exclusions=**/migrations/**, **/__init__.py, digipus/**, **/tests.py, manage.py, .vscode/**, static/**, staticfiles/**, static/admin/**, **/static/**
# sonar.inclusions=
## Path to tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment