Skip to content

Conversation

@sungam3r
Copy link
Member

No description provided.

@github-actions github-actions bot added the tests Pull request that adds new or changes existing tests label Jan 28, 2024
@codecov
Copy link

codecov bot commented Jan 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e89977b) 93.57% compared to head (0d71bba) 93.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   93.57%   93.90%   +0.32%     
==========================================
  Files          13       12       -1     
  Lines         249      246       -3     
  Branches       39       39              
==========================================
- Hits          233      231       -2     
  Misses         10       10              
+ Partials        6        5       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sungam3r sungam3r merged commit 167c5b8 into master Jan 28, 2024
@sungam3r sungam3r deleted the test1 branch January 28, 2024 08:05
public class ClassWithOnlySetters
{
[LogMasked]
public string? Name { set { } }

Check warning

Code scanning / CodeQL

Property value is not used when setting a property

Value ignored when setting property.
public string? Name { set { } }

[LogAsScalar]
public Struct1 Struct1 { set { } }

Check warning

Code scanning / CodeQL

Property value is not used when setting a property

Value ignored when setting property.
public string? this[int index]
{
get => "Tom";
set { }

Check warning

Code scanning / CodeQL

Property value is not used when setting a property

Value ignored when setting property.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Pull request that adds new or changes existing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants