Tag: Badge

“Been In Back-To-Backs All Day” Is A Ridiculous Managerial Badge Of Honor

I was just walking my dog. I decided to think briefly to myself: “Have I ever had a manager who didn’t constantly reference how many back-to-back meetings he or she has been in?” I couldn’t think of a single one. A few highlights pop: Years ago at ESPN, I had ...

Code Coverage Badge with Angular(Karma/Istanbul) on Gitlab Pipelines

Now when you run ng test --watch=false --code-coverage you will get a text summary in the console about your code coverage now. Hurrah! 100%. Alright, so now your project is configured to display the code coverage in the console. This is an important step because Gitlab uses Ruby...