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

Add awk script to parse test durations #2578

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

ceedubs
Copy link
Contributor

@ceedubs ceedubs commented Oct 22, 2018

This is something that I have recreated a couple of times when I've been
looking into builds timing out, so I wanted to save it somewhere in case
I want to use it again. I figured I might as well submit a PR in case
other people might find this to be useful. But I can understand if we
don't want to litter the Cats code base with one-off scripts.

This is something that I have recreated a couple of times when I've been
looking into builds timing out, so I wanted to save it somewhere in case
I want to use it again. I figured I might as well submit a PR in case
other people might find this to be useful. But I can understand if we
don't want to litter the Cats code base with one-off scripts.
Copy link
Contributor

@kailuowang kailuowang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be really handy. Thanks!

@codecov-io
Copy link

codecov-io commented Oct 23, 2018

Codecov Report

Merging #2578 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2578      +/-   ##
==========================================
+ Coverage   95.14%   95.16%   +0.01%     
==========================================
  Files         361      361              
  Lines        6630     6717      +87     
  Branches      289      283       -6     
==========================================
+ Hits         6308     6392      +84     
- Misses        322      325       +3
Impacted Files Coverage Δ
core/src/main/scala/cats/data/EitherT.scala 97.35% <0%> (-0.51%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9069dbb...daf1f2b. Read the comment docs.

@LukaJCB
Copy link
Member

LukaJCB commented Nov 12, 2018

I've never used awk in my life, but from what I can tell it looks good 👍

@kailuowang kailuowang merged commit 60ace0a into typelevel:master Nov 19, 2018
@kailuowang kailuowang added this to the 1.5.0-RC1 milestone Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants