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 new command to collect data on mainline #126

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

Goggags123
Copy link
Contributor

@Goggags123 Goggags123 commented Nov 9, 2021

What's changed:

  • Change existing command to be able to be called using
codecoach --url="https://github.com/codeleague/codecoach" --pr=99 --token="token1234567890token" -f="eslint;/path/to/eslintoutput/json"

or

codecoach comment --url="https://github.com/codeleague/codecoach" --pr=99 --token="token1234567890token" -f="eslint;/path/to/eslintoutput/json"
  • Add new command to collect on mainline NEW FEATURE
codecoach collect --url="https://github.com/codeleague/codecoach" -r=99 -c="commitsha1234567890123456789012commitsha" --token="token1234567890token" -f="eslint;/path/to/eslintoutput/json" --api="http://localhost:3000"
  • Implement its functionality
  • Add @codecoach-api-client as a dependency
  • Add more unit test

TODO: Will update README later

@Goggags123 Goggags123 marked this pull request as ready for review November 29, 2021 11:49
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

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.

1 participant