Skip to content

Commit db8484f

Browse files
authored
Configure codecov to post fresh coverage comment (#664)
1 parent e6fe2e1 commit db8484f

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.github/codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://docs.codecov.com/docs/codecov-yaml
2+
comment:
3+
behavior: new

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ test:
44
CI:
55
- .github/workflows/**/*
66
- .github/dependabot.yml
7+
- .github/labeler.yml
8+
- .github/codecov.yml
79

810
code style:
911
- .editorconfig

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- .github/workflows/**
1313
- "*.props"
1414
- "*.targets"
15+
- "*.sln"
1516
# Upload code coverage results when PRs are merged
1617
push:
1718
branches:

GraphQL.Server.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29411.108
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31919.166
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transports.Subscriptions.WebSockets", "src\Transports.Subscriptions.WebSockets\Transports.Subscriptions.WebSockets.csproj", "{4DF1CB8E-30AA-4281-9056-D49FDBF4C496}"
77
EndProject
@@ -60,6 +60,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "src\Benchmark
6060
EndProject
6161
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{592C7A03-4F0C-40C2-86F9-C7A4E03504A7}"
6262
ProjectSection(SolutionItems) = preProject
63+
.github\codecov.yml = .github\codecov.yml
6364
.github\dependabot.yml = .github\dependabot.yml
6465
.github\labeler.yml = .github\labeler.yml
6566
EndProjectSection

0 commit comments

Comments
 (0)