Skip to content

Commit

Permalink
Change the way to install Codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Putta Khunchalee committed Dec 17, 2019
1 parent 5279198 commit cd2120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: dotnet.exe tool install --global dotnet-ef --version 3.0.0
- name: Install Coverage Uploader
shell: cmd
run: choco install codecov --no-progress
run: dotnet.exe tool install --global Codecov.Tool
- name: Build
shell: cmd
run: dotnet.exe build src\Ztm.sln
Expand Down

0 comments on commit cd2120e

Please sign in to comment.