Skip to content

Commit

Permalink
chore: class names renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabmaiti authored Mar 16, 2024
1 parent 4d436f0 commit 15755e1
Show file tree
Hide file tree
Showing 88 changed files with 993 additions and 1,001 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,14 @@ jobs:

- name: Run tests(iOS)
run: |
xcodebuild -project FindingFalcon.xcodeproj -scheme FindingFalconTests test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' -enableCodeCoverage YES -derivedDataPath build | xcpretty
xcodebuild -project FindingFalcone.xcodeproj -scheme FindingFalconeTests test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' -enableCodeCoverage YES -derivedDataPath build | xcpretty
- name: Collect coverage into one XML report
run: |
bash xccov-to-generic.sh build/Logs/Test/*.xcresult/ > generic-coverage.xml
bash Scripts/xccov-to-generic.sh build/Logs/Test/*.xcresult/ > generic-coverage.xml
- name: SonarCloud Scan
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner -Dsonar.host.url=https://sonarcloud.io
# uses: SonarSource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28 changes: 0 additions & 28 deletions FindingFalcon/FindFalcon/FindFalconPresenter.swift

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions FindingFalcon/FindFalcon/Workers/FindFalconTokenWorker.swift

This file was deleted.

29 changes: 0 additions & 29 deletions FindingFalcon/FoundFalcon/FoundFalconPresenter.swift

This file was deleted.

26 changes: 0 additions & 26 deletions FindingFalconTests/FindFalcon/Mocks/FindFalconDisplayMock.swift

This file was deleted.

70 changes: 0 additions & 70 deletions FindingFalconTests/FindFalcon/Mocks/FindFalconModelMocks.swift

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions FindingFalconTests/FindFalcon/Mocks/FindFalconPresenterMock.swift

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions FindingFalconTests/FoundFalcon/FoundFalconWorkerTests.swift

This file was deleted.

Loading

0 comments on commit 15755e1

Please sign in to comment.