-
Notifications
You must be signed in to change notification settings - Fork 471
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
changing circleci workflow name #2887
changing circleci workflow name #2887
Conversation
This requires special coordination with the github checks to pass (or an override). |
I think I would rather not use spaces if we can help it in the yaml file. Maybe something like |
Codecov Report
@@ Coverage Diff @@
## master #2887 +/- ##
=======================================
Coverage 47.10% 47.10%
=======================================
Files 349 349
Lines 56430 56430
=======================================
+ Hits 26580 26583 +3
+ Misses 26864 26863 -1
+ Partials 2986 2984 -2
Continue to review full report at Codecov.
|
May I ask why? It specifically shows names like that in their example here. And it is much more human readable than using dashes or underscores. |
I think the reason to avoid spaces in the keys is so it's closer to usual YAML convention where keys can easily be referenced, if the need arises. Also, most of the examples they have don't use spaces for workflow names: https://circleci.com/docs/2.0/sample-config/ |
@algobarb good point, updated to one of their examples "build_and_test" (also we already know it's CircleCI since it is wrapped in title "CircleCI Checks" at least in the Checks tab... let me know if you think we should bring back circleci piece) |
I don't think explicitly saying "circleci" is necessary. |
this PR can be merged whenever we are ready. The |
Fixing naming due to new way of displaying CircleCI workflow.
Summary
Fixing naming due to new way of displaying CircleCI workflow
Test Plan
Check tests at the bottom of Conversation tab and on the Checks tab