SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

Support "other" CI servers #504

Closed fermoyadrop closed 2 years ago

fermoyadrop commented 2 years ago

According to Coveralls Docs, you can INSERT YOUR CI HERE by exporting from the CI server the following variables:

CI_NAME
CI_BUILD_NUMBER
CI_BUILD_URL
CI_BRANCH
CI_PULL_REQUEST (optional)

This PR takes those variables from the environment and sets :unknown as the default ci_server

ksuther commented 2 years ago

Thanks for the PR!