-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix(ci): make upload artifacts job edit the comment #2054
Conversation
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2054 +/- ##
===========================================
+ Coverage 40.10% 68.89% +28.79%
===========================================
Files 26 109 +83
Lines 1895 13899 +12004
Branches 1895 13899 +12004
===========================================
+ Hits 760 9576 +8816
- Misses 1100 3914 +2814
- Partials 35 409 +374 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
b8d42f2
to
f250d76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 2 files reviewed, 2 unresolved discussions (waiting on @graphite-app[bot])
Artifacts upload triggered. View details here |
f250d76
to
56dd7ee
Compare
Artifacts upload triggered. View details here |
56dd7ee
to
0137a13
Compare
Artifacts upload triggered. View details here |
0137a13
to
70037d4
Compare
Artifacts upload triggered. View details here |
70037d4
to
6389e82
Compare
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
4300238
to
c202c85
Compare
Artifacts upload triggered. View details here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @graphite-app[bot])
c202c85
to
e12ac45
Compare
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
d082564
to
9f69975
Compare
Artifacts upload workflows: |
9f69975
to
926778c
Compare
Artifacts upload workflows: |
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
252d590
to
b51e312
Compare
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
Artifacts upload triggered. View details here |
01268cd
to
82ca105
Compare
Artifacts upload triggered. View details here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dismissed @graphite-app[bot] from 2 discussions.
Reviewable status: 0 of 3 files reviewed, all discussions resolved (waiting on @dorimedini-starkware)
82ca105
to
24568f1
Compare
Artifacts upload triggered. View details here |
24568f1
to
13ef706
Compare
Artifacts upload triggered. View details here |
3384291
to
b76593b
Compare
Artifacts upload triggered. View details here |
b76593b
to
d71c6d9
Compare
Artifacts upload triggered. View details here |
d71c6d9
to
296cb89
Compare
Artifacts upload triggered. View details here |
296cb89
to
94928f3
Compare
Artifacts upload triggered. View details here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 4 files at r8, 2 of 2 files at r9, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware)
.github/workflows/upload_artifacts_workflow.yml
line 38 at r9 (raw file):
if: env.PR_NUMBER != '' uses: starkware-libs/find-comment@v3 id: fc
I prefer to avoid abbreviations, unless you have to.
It's your call, though (non-blocking), I don't know the conventions in this repo.
Suggestion:
find-comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @dorimedini-starkware)
.github/workflows/upload_artifacts_workflow.yml
line 46 at r9 (raw file):
- name: Create comment if: env.PR_NUMBER != '' && steps.fc.outputs.comment-id == ''
Please document, can be done in another PR if you prefer.
Code quote:
if: env.PR_NUMBER != '' && steps.fc.outputs.comment-id == ''
.github/workflows/upload_artifacts_workflow.yml
line 56 at r9 (raw file):
- name: Update comment if: env.PR_NUMBER != '' && steps.fc.outputs.comment-id != ''
Same here.
Code quote:
if: env.PR_NUMBER != '' && steps.fc.outputs.comment-id != ''
Signed-off-by: Dori Medini <[email protected]>
94928f3
to
f260452
Compare
Artifacts upload triggered. View details here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r10, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @dorimedini-starkware)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @dorimedini-starkware)
No description provided.