From d5ea9b2ceee3c8b39f840110bd86810efe5ef0c9 Mon Sep 17 00:00:00 2001 From: Mark Cilia Vincenti Date: Sun, 24 Nov 2024 10:47:36 +0100 Subject: [PATCH] Codecov token refresh --- .github/workflows/dotnet.yml | 6 ++++-- OpenWeatherMap.Cache.sln | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 80fcbf7..42053c4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -35,5 +35,7 @@ jobs: - name: Test run: dotnet test --no-restore --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings - - name: Coverage - uses: codecov/codecov-action@v3 \ No newline at end of file + - name: Code Coverage + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/OpenWeatherMap.Cache.sln b/OpenWeatherMap.Cache.sln index b759994..915c456 100644 --- a/OpenWeatherMap.Cache.sln +++ b/OpenWeatherMap.Cache.sln @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenWeatherMap.Cache.Tests" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{93A3FAAE-8CAB-46EE-8578-7B8FBDE80983}" ProjectSection(SolutionItems) = preProject + codecov.yml = codecov.yml + coverlet.runsettings = coverlet.runsettings Directory.Build.props = Directory.Build.props Directory.Packages.props = Directory.Packages.props .github\workflows\dotnet.yml = .github\workflows\dotnet.yml