What's the deal with the branch being refs/heads/master in Cypress dashboard? #18767
Replies: 10 comments 1 reply
-
Also, please note that putting |
Beta Was this translation helpful? Give feedback.
-
@bahmutov do you have any ideas on why my runs are all being prefixed with the refs/heads or refs/pull Not quite sure why that is the case. Here's my organization link: https://dashboard.cypress.io/organizations/c0e49af4-c50f-4aff-ad08-9bc0dbc934d5/projects Thanks in advance 🙏 |
Beta Was this translation helpful? Give feedback.
-
That’s how git and environment variables show the current branch
…Sent from my iPhone
On Nov 11, 2021, at 16:44, Thomas Rich ***@***.***> wrote:
@bahmutov do you have any ideas on why my runs are all being prefixed with the refs/heads or refs/pull
Not quite sure why that is the case. Here's my organization link: https://dashboard.cypress.io/organizations/c0e49af4-c50f-4aff-ad08-9bc0dbc934d5/projects
Thanks in advance 🙏
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
@bahmutov any idea on how to get the badge to work with the Thanks! |
Beta Was this translation helpful? Give feedback.
-
Honestly I don’t remember - there is commit-info module I believe that gets this info from environment variables but you would need to find this in code to see the full picture
…Sent from my iPhone
On Nov 11, 2021, at 19:37, Thomas Rich ***@***.***> wrote:
@bahmutov any idea on how to get the badge to work with the refs/heads/master branch? Also why are some of the runs said to be against just master instead of refs/heads/master?
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
@bahmutov could you point me in the right direction for this code? |
Beta Was this translation helpful? Give feedback.
-
I would search for git commit words
…Sent from my iPhone
On Nov 11, 2021, at 19:52, Thomas Rich ***@***.***> wrote:
@bahmutov could you point me in the right direction for this code?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
“git commit”
…Sent from my iPhone
On Nov 11, 2021, at 19:57, Thomas Rich ***@***.***> wrote:
What words :) ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
@bahmutov I've made a screen recording of the issue I'm seeing. Any advice for how to get the badge to JustWork™ would be awesome! Thank you Screen.Recording.2021-11-15.at.9.16.22.AM.mov! |
Beta Was this translation helpful? Give feedback.
-
Sorry Thomas, I don’t think I have time to help with this
…Sent from my iPhone
On Nov 15, 2021, at 12:19, Thomas Rich ***@***.***> wrote:
@bahmutov I've made a screen recording of the issue I'm seeing. Any advice for how to get the badge to JustWork™ would be awesome! Thank you
https://user-images.githubusercontent.com/2730609/141825505-ef839560-03df-4783-8355-cf1b5d081d3d.mov
!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to make a README badge right now that tracks the tests on the master branch:
Unfortunately, there seems to be a difference between master and refs/heads/master .. Not sure what that difference is though and why this is happening. Any help would be very appreciated!
Thanks,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions