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

Fix NUnit warnings NUnit1029 & NUnit1030 #1088

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

atifaziz
Copy link
Member

See also:

- NUnit1029: The number of parameters provided by the TestCaseSource
  does not match the number of parameters in the Test method:
  <https://github.com/nunit/nunit.analyzers/blob/e026ba5ccda583ecb991de0ba16614fcc57a6c1a/documentation/NUnit1029.md>

- NUnit1030: The type of parameter provided by the TestCaseSource
  does not match the type of the parameter in the Test method:
  <https://github.com/nunit/nunit.analyzers/blob/e026ba5ccda583ecb991de0ba16614fcc57a6c1a/documentation/NUnit1030.md>
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.22%. Comparing base (03a160c) to head (c1d0d46).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1088   +/-   ##
=======================================
  Coverage   93.22%   93.22%           
=======================================
  Files         112      112           
  Lines        3410     3410           
  Branches      962      962           
=======================================
  Hits         3179     3179           
  Misses        215      215           
  Partials       16       16           
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@atifaziz atifaziz merged commit c1d0d46 into morelinq:master Dec 25, 2024
6 checks passed
@atifaziz atifaziz deleted the fix/nunit-warnings branch December 25, 2024 22:27
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.

Review NUnit1029 Review NUnit1030
1 participant