spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

[feature request] Can support a new flag, "--isCD" #28

Closed tinder-kaijing closed 3 years ago

tinder-kaijing commented 3 years ago

In our CI/CD system, they are separated. so, could we please support a new flag, "--isCD"?

BalestraPatrick commented 3 years ago

As described in our docs, the core component of XCMetrics is not going to accept new flags. You can extend the tool by writing your own plugins that could for example read and environment variable that will help you track CI and CD builds separately.