-
Notifications
You must be signed in to change notification settings - Fork 27
feat(ci): integration with fsc #202
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
=======================================
Coverage 82.24% 82.24%
=======================================
Files 27 27
Lines 1239 1239
=======================================
Hits 1019 1019
Misses 165 165
Partials 55 55 Continue to review full report at Codecov.
|
…r into sohail/fscintegration
scripts/Makefile.ci
Outdated
@@ -1,6 +1,6 @@ | |||
.DEFAULT_GOAL := help | |||
|
|||
ci_build_static_binary: ## build static binary | |||
ci_build_static_binary: check-go ## build static binary |
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.
will revert before merging.
.travis.yml
Outdated
./scripts/pull_travis_ci_tools.sh | ||
install: skip | ||
script: | ||
- "$HOME/travisci-tools/trigger-script-with-status-update.sh sohail/agentfix" |
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.
revert before merging.
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.
LGTM
Summary
Integrated FSC suite with agent, when any PR will be created it will trigger to run FSC.
Issues