We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2693b26 commit bea2086Copy full SHA for bea2086
.codecov.yml
@@ -2,3 +2,5 @@ coverage:
2
status:
3
patch: false
4
changes: false
5
+ ignore:
6
+ - "test/**/*"
CHANGELOG.md
@@ -2,6 +2,7 @@
## vNext
+* Removed code coverage report from the test folder. (#592) @lucas-zimerman
* Add target framework NET5.0 on Sentry.csproj. Change the type of `Extra` where value parameter become nullable. @lucas-zimerman
7
* Implement envelope caching. (#576) @Tyrrrz
8
* Add a list of .NET Frameworks installed when available. (#531) @lucas-zimerman
0 commit comments