Skip to content

Commit bea2086

Browse files
Ignore the test folder in Codecov. (#593)
1 parent 2693b26 commit bea2086

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ coverage:
22
status:
33
patch: false
44
changes: false
5+
ignore:
6+
- "test/**/*"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## vNext
44

5+
* Removed code coverage report from the test folder. (#592) @lucas-zimerman
56
* Add target framework NET5.0 on Sentry.csproj. Change the type of `Extra` where value parameter become nullable. @lucas-zimerman
67
* Implement envelope caching. (#576) @Tyrrrz
78
* Add a list of .NET Frameworks installed when available. (#531) @lucas-zimerman

0 commit comments

Comments
 (0)