Correct Qodana failThreshold#2437
Conversation
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.8
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
qodana.yaml
Outdated
|
|
||
| linter: jetbrains/qodana-dotnet:latest | ||
| failThreshold: 13 | ||
| failThreshold: 15 |
There was a problem hiding this comment.
This is going up, because we have a few errors for .netstandard2.0 and .netstandard2.1.
Pull Request Test Coverage Report for Build 6892930586
💛 - Coveralls |
Src/FluentAssertions/Equivalency/SelfReferenceEquivalencyOptions.cs
Outdated
Show resolved
Hide resolved
Src/FluentAssertions/Equivalency/SelfReferenceEquivalencyOptions.cs
Outdated
Show resolved
Hide resolved
Src/FluentAssertions/Equivalency/SelfReferenceEquivalencyOptions.cs
Outdated
Show resolved
Hide resolved
03c1a19 to
00bb279
Compare
1b79363 to
a442268
Compare
Tests/FluentAssertions.Equivalency.Specs/SelectionRulesSpecs.cs
Outdated
Show resolved
Hide resolved
Tests/FluentAssertions.Equivalency.Specs/SelectionRulesSpecs.cs
Outdated
Show resolved
Hide resolved
Tests/FluentAssertions.Equivalency.Specs/SelectionRulesSpecs.cs
Outdated
Show resolved
Hide resolved
Tests/FluentAssertions.Equivalency.Specs/SelectionRulesSpecs.cs
Outdated
Show resolved
Hide resolved
9bac152 to
43ceafe
Compare
|
The tests in this PR are not necessary anymore, since #2457 is merged, which does exactly that: Using several But the |
|
@jnyrup @dennisdoomen What do you think? Are the tests from this PR obsolete? IMHO they are, but it's up to you keeping or removing them. |
45026a1 to
1841f0f
Compare
According to the coverage report, they don't seem to add value. |
|
Not only branch coverage can be a reason for a test, mutation coverage can also be a factor. |
Note, that the whole reason for this PR was to silence Qodana. |
Ok, I will remove them |
1841f0f to
c29dfcb
Compare
failThreshold
Actually I don't know if
protectedwould satisfy the qodana rule..Let's try...
IMPORTANT
./build.sh --target spellcheckor.\build.ps1 --target spellcheckbefore pushing and check the good outcome