Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenBakker-wbd authored Aug 29, 2023
1 parent 5355827 commit e3f7b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-Dsonar.sources=.
-Dsonar.tests=.
-Dsonar.test.inclusions=**/Tests/**/*
-Dsoner.exclusions=**/Tests/**/*,**/Package.swift
-Dsoner.exclusions=**/Tests/**/*,**/Package.swift,**/*.xml
-Dsonar.swift.project=FlickrFinder.xcodeproj
-Dsonar.swift.scheme=FlickrFinder
-Dsonar.host.url=https://sonarcloud.io
Expand All @@ -58,4 +58,4 @@ jobs:
-Dsonar.coverage.exclusions=**/Tests/**/*,**/Package.swift
-Dsonar.c.file.suffixes=-
-Dsonar.cpp.file.suffixes=-
-Dsonar.objc.file.suffixes=-
-Dsonar.objc.file.suffixes=-

0 comments on commit e3f7b03

Please sign in to comment.