question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Switching default branch seems to have broken things

See original GitHub issue

Greetings folks, and thank you for a lovely GitHub Action! A few weeks ago I switched the default branch in my project from master to main. Everything with the transition seems to be working, except for code coverage.

My usage of the GitHub Action is pretty basic: https://github.com/JustinBeckwith/linkinator/blob/main/.github/workflows/ci.yaml#L31

Yet the dashboard, it shows nothing: https://app.codecov.io/gh/JustinBeckwith/linkinator/

This used to work perfectly fine when I was on the master branch, so I’m fairly certain it has something to do with that transition. Forgive me if this isn’t the right place to post, but it felt like a good place to start 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
thomasrockhucommented, Apr 9, 2021

@helpermethod I made some changes to the GitHub Action that should make this unnecessary now.

0reactions
helpermethodcommented, Apr 9, 2021

@JustinBeckwith, I think you will need to add

with:
  fetch-depth: 2

here for actions/checkout

@thomasrockhu Is this still needed? Somehow I never had a problem with fetch-depth 1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

switching default the branch causes the project to break
We are testing out Config as Code, and we had to change the default branch. However, that seems to break the project, and...
Read more >
Broken branch in git, fatal: your current branch appears to be ...
If it happens, go to the directories .git/logs/refs/heads/<name> and .git/refs/heads/<name> , and you'll see your branch is now a folder with a ......
Read more >
I just noticed github changed the default branch from master to ...
But yeah, I can understand the master/slave renami g of things like Redis a lot more than the master to main change.
Read more >
support changing the default wiki branch name - GitLab
Right now it's possible for new wikis to inherit the default branch name, as explained in Configure a default branch for your wiki...
Read more >
Easily rename your Git default branch from master to main
Now I just need to change my default branch in my GitHub settings for my ... The last thing to think about is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found