Skip to content

Commit

Permalink
Fix sonar, add name for dvcs, remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Havenstein committed Dec 3, 2024
1 parent 37961b7 commit 1c3a89d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dvcs_check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: PR Check
on:
pull_request_target:
types:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/snar.yml

This file was deleted.

5 changes: 4 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ sonar.sources=action.yml,check_dvcs.py
sonar.tests=test_check_dvcs.py

# Verbose name of project displayed in WUI. Default is set to the projectKey. This field is optional.
sonar.projectName=dvcs-action
sonar.projectName=DVCS-Action

sonar.projectKey=ansible_dvcs-action
sonar.organization=ansible

# Tell sonar scanner where coverage files exist
sonar.python.coverage.reportPaths=coverage.xml
Expand Down

0 comments on commit 1c3a89d

Please sign in to comment.