Skip to content

Conversation

@ductm54
Copy link
Member

@ductm54 ductm54 commented Sep 5, 2020

No description provided.

@ductm54 ductm54 force-pushed the duc/report_github_comment branch from f85ae8c to e42e3a0 Compare September 5, 2020 07:22
@ductm54 ductm54 force-pushed the duc/report_github_comment branch from e42e3a0 to 535bf55 Compare September 5, 2020 07:28
Copy link
Contributor

@ilanDoron ilanDoron left a 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:

  1. comment won the PR with gas changes- using per repo the local gas report file.
  2. comment file size changes compared to master.

var client = github.client(process.env.GITHUB_TOKEN);

async function getBotInfo() {
let ghme = client.me();
Copy link
Contributor

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);
Copy link
Contributor

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?

"ethers": "5.0.4",
"ganache-cli": "6.8.2",
"mathjs": "4.4.2",
"octonode": "^0.9.5",
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove ˆ

@KyberNetwork KyberNetwork deleted a comment from kyberbot Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants