Skip to content

Commit a1e8b3e

Browse files
Ivan KiralIvan Kiral
authored andcommitted
codecov update
1 parent 71faddf commit a1e8b3e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test
3333
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3434
- name: Codecov
35-
uses: codecov/codecov-action@v1
35+
uses: codecov/codecov-action@v3
3636
- name: Build self-contained apps for Windows, Linux, and macOS
3737
shell: pwsh
3838
run: ./publish.ps1

DancingGoat/Controllers/LanguagesController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public async Task<ActionResult> Index([FromQuery]Guid itemId, [FromQuery]string
2323
var urlParts = referer.Split('/');
2424
urlParts[3] = language;
2525
var newUrl = String.Join('/', urlParts);
26-
27-
26+
2827
return new RedirectResult(newUrl);
2928
}
3029
}

0 commit comments

Comments
 (0)