-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Enable fussy fox check suite #237
Conversation
@codingjoe Any chance to see the output from the individual checks? |
@codingjoe Ah nevermind, can you create the GitHub check run without the link to https://fussyfox.github.io/ so the "Details" link goes to the check tab instead? |
So funnily, we don't actually provide any URL, this seems to default to the website URL of the GitHub app. |
Codecov Report
@@ Coverage Diff @@
## master #237 +/- ##
=======================================
Coverage 89.86% 89.86%
=======================================
Files 25 25
Lines 1194 1194
Branches 106 106
=======================================
Hits 1073 1073
Misses 89 89
Partials 32 32
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #237 +/- ##
=======================================
Coverage 89.86% 89.86%
=======================================
Files 25 25
Lines 1194 1194
Branches 106 106
=======================================
Hits 1073 1073
Misses 89 89
Partials 32 32
Continue to review full report at Codecov.
|
Add support to run QA tests locally
How about uploading the log output to S3 and linking to it in the PR? That should be relatively cheap and you could purge them when the PR is merged? |
We did that, before there was GitHub checks. To be honest, in terms of privacy I prefer the option to have it on GitHub only. If you have it on S3, you need to the the ACL policy to public read. Because you will need to provide a permanent link. This would add loads more of security concerns, where in terms of features, it's better suited to have the information without even leaving GitHub. |
Sure, just a suggestion :) It seems to correctly link to the checks tab now btw! That is enough for me, tbh. |
Cool, so we are good here? |
@codingjoe No, I suggested to not use the generic file name |
I can't simply change the name, the tool has already too many users. I also don't know of anyone using the name |
Sure, I'd prefer using the more specific name, despite the tool being used already, I think it's better long term. So using multiple ones seem like a sensible strategy. |
Working on it... FussyFox/suite#24 |
Done! |
Co-Authored-By: codingjoe <[email protected]>
Enable Fussy Fox check suite in favor of Travis-CI QA runs. This will give contributors feedback on minor code issues faster and more conveniently.