-
Notifications
You must be signed in to change notification settings - Fork 341
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
report GitHub comment #1065
base: master
Are you sure you want to change the base?
report GitHub comment #1065
Conversation
f85ae8c
to
e42e3a0
Compare
e42e3a0
to
535bf55
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.
Please in next meeting share design of the reports.
what output should I expect from all the changes?
or is this only infrastructure for the reports
My thoughts for report design are
A report system that can be easily duplicated to all other SC repositories we opened.
the reports should compare the changes in the PR to master in each repo.
unless explicitly changed to another branch.
the report should, per PR:
- comment won the PR with gas changes- using per repo the local gas report file.
- comment file size changes compared to master.
var client = github.client(process.env.GITHUB_TOKEN); | ||
|
||
async function getBotInfo() { | ||
let ghme = client.me(); |
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.
I don't understand the name.
what is ghme?
return result[0]; | ||
} | ||
|
||
var ghpr = client.issue(process.env.TRAVIS_REPO_SLUG, process.env.TRAVIS_PULL_REQUEST); |
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.
please use let.
and I don'lt understand the name again.
what gh stands for?
what is ghpr?
Pr is for pull request?
@@ -25,6 +25,7 @@ | |||
"ethers": "5.0.4", | |||
"ganache-cli": "6.8.2", | |||
"mathjs": "4.4.2", | |||
"octonode": "^0.9.5", |
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.
please remove ˆ
No description provided.