Skip to content

Commit

Permalink
ref: enable codecov data for tests/ (#82196)
Browse files Browse the repository at this point in the history
I would like to see dead code in tests

<!-- Describe your PR here. -->
  • Loading branch information
asottile-sentry authored and evanh committed Dec 17, 2024
1 parent 3e10f9e commit dfcf44c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ coverage:
- static/app/routes.tsx
- static/app/**/*.stories.tsx
- static/app/**/__stories__/
- tests/

component_management:
individual_components:
Expand Down
2 changes: 1 addition & 1 deletion tests/sentry/dynamic_sampling/test_generate_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def test_generate_rules_return_custom_rules(get_blended_sample_rate, default_old

# no custom rule requests ==> no custom rules
rules = generate_rules(default_old_project)
# only the BOOST_LOW_VOLUME_PROJECTS_RULE should be around (allways on)
# only the BOOST_LOW_VOLUME_PROJECTS_RULE should be around (always on)
assert len(rules) == 1
assert rules[0]["id"] == 1000

Expand Down

0 comments on commit dfcf44c

Please sign in to comment.