codecov-api
codecov-api copied to clipboard
tt1
Legal Boilerplate
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
:white_check_mark: All tests successful. No failed tests found.
:loudspeaker: Thoughts on this report? Let us know!
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.88%. Comparing base (
5dc7191) to head (90a1325).
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #1196 +/- ##
=======================================
Coverage 95.88% 95.88%
=======================================
Files 493 493
Lines 16851 16852 +1
=======================================
+ Hits 16157 16158 +1
Misses 694 694
| Flag | Coverage Δ | |
|---|---|---|
| unit | 95.88% <100.00%> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rotating_light: Sentry detected 8 potential issues in your recent changes :rotating_light:
- 90% chance
FATALat Line 39, services/components.py: Report is being overwritten, causing AttributeError when accessing flags. - 90% chance
FATALat Line 35, services/components.py: Report is None, causing AttributeError when accessing flags. - 80% chance
ERRORat Line 40, services/components.py: Report is None, causing AttributeError when accessing flags. - 75% chance
ERRORat Line 34, services/components.py: Report can be None, causing AttributeError when accessing flags.
Lower risk findings
- 5% chance
WARNINGat Line 40, services/components.py: - 5% chance
WARNINGat Line 40, services/components.py: - 1% chance
WARNINGat Line 40, services/components.py: - 1% chance
WARNINGat Line 40, services/components.py:
:rotating_light: Sentry detected 2 potential issues in your recent changes :rotating_light:
-
Line 39, services/components.py:
Name "report" already defined on line 29- Calling
filteron aNonereport causes an AttributeError. - This may cause issues similar to: #6390522981
- Calling
-
Line 40, services/components.py:
Cannot determine type of "flags"- Unchecked
Nonevalue ofreportcausesAttributeError. - This may cause issues similar to: #6387028994
- Unchecked
Did you find this useful? React with a :+1: or :-1: