Skip to content

Commit

Permalink
config coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jan 16, 2025
1 parent fb12f80 commit f233e94
Show file tree
Hide file tree
Showing 4 changed files with 20,756 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
run: make XCODEBUILD_ARGUMENT="${{ matrix.command }}" CONFIG=Debug PLATFORM="${{ matrix.platform }}" coverage
- uses: coverallsapp/[email protected]
if: steps.coverage.outcome == 'success'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: lcov.info


xcodebuild:
name: xcodebuild (15)
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ iOSInjectionProject/
.env
Secrets.swift
DotEnv.swift
coverage.info
lcov.info
temp_coverage
Loading

0 comments on commit f233e94

Please sign in to comment.