Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total of errors #8

Open
teresitaya opened this issue Jan 4, 2019 · 3 comments
Open

Total of errors #8

teresitaya opened this issue Jan 4, 2019 · 3 comments

Comments

@teresitaya
Copy link

Hello, this plugin is very useful for me, but I need you to give me the total number of errors and the total warnings of all the files at the end of each execution. Can you help me? Thanks

@ThaNarie
Copy link
Owner

ThaNarie commented Jan 4, 2019

Hi @teresitaya, this reporter will add two statistics to teamcity for each run, the total error and total warning count.

These can be used like this:
https://confluence.jetbrains.com/display/TCD18/Statistic+Charts

By default TeamCity will display some basic charts, but you can add your own and select these two statistics to show up in there.

@teresitaya
Copy link
Author

TeamCity

Hi, thanks for the help, but I don't understand how can I apply to my enviroment. I'm using VSCode and tslint-teamcity-reporter is executed as a gulp task. The result I get is an cli output. How can I achive the statics I want in this case? Thanks again

@ThaNarie
Copy link
Owner

ThaNarie commented Jan 7, 2019

This reporter is only useful when ran from within TeamCity during a build. When doing that, those statistics will automatically be reported and can be show in a custom graph.

When running this locally, you probably want to use a normal reporter. You can do this by configuring two different gulp tasks, one for local, and one for TeamCity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants