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

hack(github): GH Actions log scraper #1383

Merged
merged 2 commits into from
May 28, 2021
Merged

hack(github): GH Actions log scraper #1383

merged 2 commits into from
May 28, 2021

Conversation

mflendrich
Copy link
Contributor

For the purpose of investigation of a flaky integration test, we needed a way to pull N recent GH Actions log outputs for the integration tests, to make it possible to grep through them.

This PR implements a Bash script which does exactly that, with a goal of it being flexible and reusable.

@mflendrich mflendrich requested a review from a team as a code owner May 28, 2021 20:17
@codecov
Copy link

codecov bot commented May 28, 2021

Codecov Report

Merging #1383 (ed7e970) into main (65c6944) will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1383      +/-   ##
==========================================
+ Coverage   55.20%   55.28%   +0.08%     
==========================================
  Files          42       42              
  Lines        3639     3639              
==========================================
+ Hits         2009     2012       +3     
+ Misses       1479     1477       -2     
+ Partials      151      150       -1     
Impacted Files Coverage Δ
pkg/parser/parser.go 84.12% <0.00%> (+1.28%) ⬆️

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 65c6944...ed7e970. Read the comment docs.

rainest
rainest previously approved these changes May 28, 2021
@rainest rainest merged commit b82c2d1 into main May 28, 2021
@rainest rainest deleted the hack/get-gh-actions-logs branch May 28, 2021 21:24
shaneutt pushed a commit that referenced this pull request Jun 1, 2021
* hack(github): GH Actions log scraper

* fix(hack): sanitize `nruns`
shaneutt pushed a commit that referenced this pull request Jun 3, 2021
* hack(github): GH Actions log scraper

* fix(hack): sanitize `nruns`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants