Skip to content

Commit 45f7d12

Browse files
committed
Merge branch 'main' into renovate/dotnet-monorepo
Signed-off-by: André Silva <[email protected]>
2 parents 592cca2 + 11a0333 commit 45f7d12

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/workflows/code-coverage.yml

+16-15
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,23 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- name: Setup .NET SDK
27-
uses: actions/setup-dotnet@v4
28-
env:
29-
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
with:
31-
dotnet-version: |
32-
6.0.x
33-
7.0.x
34-
8.0.x
35-
source-url: https://nuget.pkg.github.com/open-feature/index.json
26+
- name: Setup .NET SDK
27+
uses: actions/setup-dotnet@v4
28+
env:
29+
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
with:
31+
dotnet-version: |
32+
6.0.x
33+
7.0.x
34+
8.0.x
35+
source-url: https://nuget.pkg.github.com/open-feature/index.json
3636

3737
- name: Run Test
3838
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3939

40-
- uses: codecov/[email protected]
41-
with:
42-
name: Code Coverage for ${{ matrix.os }}
43-
fail_ci_if_error: true
44-
verbose: true
40+
- uses: codecov/[email protected]
41+
with:
42+
name: Code Coverage for ${{ matrix.os }}
43+
fail_ci_if_error: true
44+
verbose: true
45+
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)