Skip to content
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

Only run test results parser for PRs #512

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Conversation

michelletran-codecov
Copy link
Contributor

We don't want this to run when merging. So, check that the Github Ref is available before running the command.

Sample error: https://github.com/codecov/codecov-cli/actions/runs/11075241131/job/30775783343

We don't want this to run when merging. So, check that the Github Ref
is available before running the command.
@michelletran-codecov michelletran-codecov requested a review from a team September 27, 2024 19:36
Copy link

codecov bot commented Sep 27, 2024

❌ 5 Tests Failed:

Tests completed Failed Passed Skipped
3485 5 3480 0
View the top 3 failed tests by shortest run time
api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError
api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError
api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

Copy link

❌ Failed Test Results:

Completed 3465 tests with 0 failed, 3465 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message

Copy link

github-actions bot commented Oct 2, 2024

❌ Failed Test Results:

Completed 3465 tests with 0 failed, 3465 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message

@michelletran-codecov michelletran-codecov merged commit 5fb28a6 into main Oct 2, 2024
20 checks passed
@michelletran-codecov michelletran-codecov deleted the workflows_fix_main branch October 2, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants