Skip to content

Commit

Permalink
Modify workflow name and add exclusion to SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesSetiawan committed Feb 6, 2024
1 parent d924f93 commit 6089e14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-build-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Django CI
name: Build and Test

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ sonar.projectKey=revelio
## Path to sources
sonar.sources=.

## Exclusion
sonar.exclusion=**/manage.py, **/node_modules/**, **/revelio/**, **/tests.py, **/apps.py, **/admin.py, **/__init__.py

## Source encoding
sonar.sourceEncoding=UTF-8

Expand Down

0 comments on commit 6089e14

Please sign in to comment.