atoum / atom-plugin

atoum integration: run your PHP unit tests and get feedback right in Atom editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an environment variable to detect plugin usage in the telemetry

jubianchi opened this issue · comments

The telemetry report looks for some environment variables to determine on where we are running atoum from.

It would be cool if the plugin could add its own variables (for example ATOM=true) when we run atoum through it so we can detect this and graph plugin usage.

seems it's around lib/runner.coffee that it must be added, but not sure the good way to do it. Adding ATOM=true in front of the command ?
will it work on windows?