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.

Badge always incorrectly displayed as "failing"

See original GitHub issue

This badge is shown as “failing” but the tasks’ statuses are all green.

Describe the bug The badge was green since CD pipeline is prechecked before running, meaning it normally should never fail. The badge for it was green and it suddenly went to red - “failing”, even though all constituent tasks are succeeding.

To Reproduce See 1st paragraph.

Expected behavior The badge is green when all tasks successful, red when at least one fails.

Runner Version and Platform

Full yaml snapshot available here.

Simplified yaml:

on:
  push:
    tags:
      - '[0-9]+.[0-9]+.[0-9]+'

  workflow_dispatch: # Run with Run Workflow button in GitHub Action Job.
    inputs:
      is_manual_cd:
        default: true
        description: Manual trigger

jobs:
  common-assertions:
    runs-on: ubuntu-latest

OS of the machine running the runner?

Linux

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:10
  • Comments:33 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
micwoj92commented, Oct 13, 2022

I wish GitHub was 100% Free/Libre and open-source software, then skilled hackers from all around the world could fix this problem.

2reactions
mihaigaloscommented, Nov 8, 2022

I removed all previous runs on main and successfuly got a green badge.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build status badge showing incorrect status
Build status badge should show success but shows failure: Not sure what is wrong, tried using master branch badge as well.
Read more >
Badge Error; Badge Problem - Scripting Support
The problem is that everytime when the player hits 10, 50, or 100, it doesn't show the badge. And it shows no error...
Read more >
Pipelines: Status badge of the master branch shows ...
Hi,. the status badge on the page: https://github.com/rust-skia/rust-skia points to the master branch, but it indicates a "failed" build, ...
Read more >
Incorrect badge notifications on messages
Badge icon not working on Messages app The badge icon has stopped showing on the iPhone Messages app. All notification settings have it ......
Read more >
How to Fix Incorrect Badge Counts on Microsoft Teams for ...
Consistently showing incorrect badge count on my iPhone for notifications from Microsoft Teams. Several others I know have this issue and ...
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