refactor: rename project from go-onvif to onvif-go
- Updated project name in documentation and metadata to reflect new branding. - Removed outdated documentation files related to CLI and network interface summary. - Consolidated implementation summaries for network interface discovery and ONVIF server. - Updated sonar project properties to align with new project name. - Ensured backward compatibility and comprehensive testing across all changes.
This commit is contained in:
@@ -147,7 +147,7 @@ jobs:
|
||||
name: Code Quality (SonarCloud)
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && secrets.SONAR_TOKEN != ''
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -167,7 +167,7 @@ jobs:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
with:
|
||||
args: >
|
||||
-Dsonar.projectKey=0x524a_go-onvif
|
||||
-Dsonar.projectKey=0x524a_onvif-go
|
||||
-Dsonar.organization=0x524a
|
||||
-Dsonar.go.coverage.reportPaths=coverage.out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user