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

feat: add telemetry #584

Merged
merged 13 commits into from
Jan 14, 2025
Merged

feat: add telemetry #584

merged 13 commits into from
Jan 14, 2025

Conversation

thomasrockhu-codecov
Copy link
Contributor

@thomasrockhu-codecov thomasrockhu-codecov commented Jan 10, 2025

This also does a few other things:

  1. Creates a universal2 binary from our side to be compatible with x86_64 and arm64 macos builds
  2. Removes 3.8 and adds 3.13 support

@thomasrockhu-codecov thomasrockhu-codecov force-pushed the th/telemetry branch 5 times, most recently from b3b711e to 2123089 Compare January 10, 2025 15:44
Copy link

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

Copy link

codecov bot commented Jan 10, 2025

❌ 5 Tests Failed:

Tests completed Failed Passed Skipped
3555 5 3550 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 more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@thomasrockhu-codecov thomasrockhu-codecov merged commit d700630 into main Jan 14, 2025
19 checks passed
@thomasrockhu-codecov thomasrockhu-codecov deleted the th/telemetry branch January 14, 2025 17:11
Copy link

sentry-io bot commented Jan 16, 2025

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ TypeError: can only concatenate list (not "tuple") to list codecov_cli.services.upload.file_finder in find... View Issue
  • ‼️ IsADirectoryError: [Errno 21] Is a directory: 'coverage-3.xml' codecov_cli.types in get_content View Issue
  • ‼️ Exception: Request failed after too many retries codecov_cli.helpers.request in wrapper View Issue
  • ‼️ IsADirectoryError: [Errno 21] Is a directory: 'coverage.xml' codecov_cli.types in get_content View Issue
  • ‼️ Exception: Request failed after too many retries codecov_cli.helpers.request in wrapper View Issue

Did you find this useful? React with a 👍 or 👎

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