Skip to content

Commit 604f985

Browse files
ref: enable codecov data for tests/ (#82196)
I would like to see dead code in tests <!-- Describe your PR here. -->
1 parent 2ec1c2c commit 604f985

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

codecov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ coverage:
2525
- static/app/routes.tsx
2626
- static/app/**/*.stories.tsx
2727
- static/app/**/__stories__/
28-
- tests/
2928

3029
component_management:
3130
individual_components:

tests/sentry/dynamic_sampling/test_generate_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def test_generate_rules_return_custom_rules(get_blended_sample_rate, default_old
724724

725725
# no custom rule requests ==> no custom rules
726726
rules = generate_rules(default_old_project)
727-
# only the BOOST_LOW_VOLUME_PROJECTS_RULE should be around (allways on)
727+
# only the BOOST_LOW_VOLUME_PROJECTS_RULE should be around (always on)
728728
assert len(rules) == 1
729729
assert rules[0]["id"] == 1000
730730

0 commit comments

Comments
 (0)