{"id":6326363,"name":"michaelhenry/swifty-code-coverage","ecosystem":"actions","description":"An action that generates code coverage report for swift projects (iOS, macOS, spm, etc).","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/michaelhenry/swifty-code-coverage","keywords_array":["codeclimate","codecov","codecoverage","lcov","lcov-report","reporting","testing"],"namespace":"michaelhenry","versions_count":2,"first_release_published_at":"2022-04-15T04:47:01.000Z","latest_release_published_at":"2022-10-30T05:58:17.000Z","latest_release_number":"v1.0.1","last_synced_at":"2026-05-30T16:33:43.331Z","created_at":"2023-02-13T13:10:08.056Z","updated_at":"2026-05-30T16:33:43.332Z","registry_url":"https://github.com/michaelhenry/swifty-code-coverage","install_command":null,"documentation_url":null,"metadata":{"name":"swifty-code-coverage","description":"An action that generates code coverage report for swift projects (iOS, macOS, spm, etc).","branding":{"icon":"activity","color":"green"},"inputs":{"build-path":{"description":"Build path. Either the DerivedData (iOS or macOS) or .build folder(for SPM).","required":true},"target":{"description":"Either the .app (iOS or macOS app, eg. MyApp.app) or the .xctest (SPM, Eg. MyAppTests.xctest)","required":true},"is-spm":{"description":"is the project is an SPM project?","required":false,"default":false},"ignore-filename-regex":{"description":"Filename regex to be ignored. default is `.build|Tests|Pods|Carthage|DerivedData`","required":false,"default":".build|Tests|Pods|Carthage|DerivedData"},"output":{"description":"The output file. default is `coverage/lcov.info`","required":false,"default":"coverage/lcov.info"},"output-artifact-name":{"description":"The name of the output artifact. default is 'code-coverage-artifact'","required":false,"default":"code-coverage-artifact"}},"runs":{"using":"composite","steps":[{"if":"runner.os == 'Linux'","name":"Generate coverage file (Linux)","run":"eval \"$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)\" \u0026\u0026 \\\nbrew install llvm \u0026\u0026 \\\nPATH=\"$PATH:$(brew --prefix llvm)/bin\" \u0026\u0026 \\\nsh $GITHUB_ACTION_PATH/lcov.sh --build-path \"${{ inputs.build-path }}\" --target \"${{ inputs.target }}\" --is-spm \"${{ inputs.is-spm }}\" --ignore-filename-regex \"${{ inputs.ignore-filename-regex }}\" --output \"${{ inputs.output }}\" | tee coverage.txt\n","shell":"bash"},{"if":"runner.os == 'macOS'","name":"Generate coverage file (macOS)","run":"sh $GITHUB_ACTION_PATH/lcov.sh --build-path \"${{ inputs.build-path }}\" --target \"${{ inputs.target }}\" --is-spm \"${{ inputs.is-spm }}\" --ignore-filename-regex \"${{ inputs.ignore-filename-regex }}\" --output \"${{ inputs.output }}\" | tee coverage.txt\n","shell":"bash"},{"name":"Archive the code coverage file (lcov)","if":"always()","uses":"actions/upload-artifact@v3","with":{"name":"${{ inputs.output-artifact-name }}","path":"${{ inputs.output }}\n"}},{"name":"Archive the code coverage file (textfile)","if":"always()","uses":"actions/upload-artifact@v3","with":{"name":"coverage-textfile","path":"coverage.txt\n"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":40941418,"uuid":"480881474","full_name":"michaelhenry/swifty-code-coverage","owner":"michaelhenry","description":"A github action for generating code coverage report for your ios/macos/spm project.","archived":false,"fork":false,"pushed_at":"2025-07-07T14:09:24.000Z","size":22,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-12T01:15:35.200Z","etag":null,"topics":["codeclimate","codecov","codecoverage","lcov","lcov-report","reporting","testing"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelhenry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-12T16:06:19.000Z","updated_at":"2025-05-27T10:23:57.000Z","dependencies_parsed_at":"2025-04-13T07:20:27.152Z","dependency_job_id":null,"html_url":"https://github.com/michaelhenry/swifty-code-coverage","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"3183f5a7c7d27489becc962f988e1b93040d27b4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/michaelhenry/swifty-code-coverage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelhenry","download_url":"https://codeload.github.com/michaelhenry/swifty-code-coverage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/sbom","scorecard":{"id":641213,"data":{"date":"2025-08-11","repo":{"name":"github.com/michaelhenry/swifty-code-coverage","commit":"3183f5a7c7d27489becc962f988e1b93040d27b4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/15 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/michaelhenry/swifty-code-coverage/ci.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/ci.yml:34","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 5 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T10:49:04.433Z","repository_id":40941418,"created_at":"2025-08-21T10:49:04.433Z","updated_at":"2025-08-21T10:49:04.433Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018215,"owners_count":26086303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"michaelhenry","name":"KEL","uuid":"717992","kind":"user","description":"","email":"","website":"http://www.iamkel.net","location":null,"twitter":"michaelhenry119","company":null,"icon_url":"https://avatars.githubusercontent.com/u/717992?u=30a359b7a1b6a944be4ad5fa37a7dcbe32b58fc7\u0026v=4","repositories_count":245,"last_synced_at":"2025-09-29T13:33:34.060Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/michaelhenry","funding_links":["https://github.com/sponsors/michaelhenry"],"total_stars":4622,"followers":305,"following":52,"created_at":"2022-11-04T04:55:35.592Z","updated_at":"2025-09-29T13:33:34.060Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelhenry","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelhenry/repositories"},"tags":[{"name":"v1.0.1","sha":"d03dd01eee3fb251492cf414869bca5b276d6858","kind":"commit","published_at":"2022-10-30T05:58:17.000Z","download_url":"https://codeload.github.com/michaelhenry/swifty-code-coverage/tar.gz/v1.0.1","html_url":"https://github.com/michaelhenry/swifty-code-coverage/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T18:42:19.328Z","dependency_job_id":null,"purl":"pkg:github/michaelhenry/swifty-code-coverage@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"0c51b474e397d944a20da41d4a0c2bd1fd66ddf8","kind":"tag","published_at":"2022-04-15T04:47:01.000Z","download_url":"https://codeload.github.com/michaelhenry/swifty-code-coverage/tar.gz/v1.0.0","html_url":"https://github.com/michaelhenry/swifty-code-coverage/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T14:59:14.753Z","dependency_job_id":null,"purl":"pkg:github/michaelhenry/swifty-code-coverage@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-14T07:39:32.997Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":5,"rankings":{"downloads":null,"dependent_repos_count":15.319283790207574,"dependent_packages_count":0.0,"stargazers_count":17.531294565045158,"forks_count":12.942481381714465,"docker_downloads_count":null,"average":11.448264934241799},"purl":"pkg:githubactions/michaelhenry/swifty-code-coverage","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/michaelhenry/swifty-code-coverage","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/michaelhenry/swifty-code-coverage","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/michaelhenry/swifty-code-coverage/dependencies","status":null,"funding_links":["https://github.com/sponsors/michaelhenry"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-05T02:58:58.970Z","issues_count":2,"pull_requests_count":6,"avg_time_to_close_issue":3716671.0,"avg_time_to_close_pull_request":1869145.1666666667,"issues_closed_count":1,"pull_requests_closed_count":6,"pull_request_authors_count":1,"issue_authors_count":2,"avg_comments_per_issue":6.0,"avg_comments_per_pull_request":0.6666666666666666,"merged_pull_requests_count":5,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhenry%2Fswifty-code-coverage/issues","maintainers":[{"login":"michaelhenry","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelhenry"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fswifty-code-coverage/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fswifty-code-coverage/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fswifty-code-coverage/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fswifty-code-coverage/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fswifty-code-coverage/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/michaelhenry%2Fswifty-code-coverage/codemeta","maintainers":[]}