Skip to content

Commit

Permalink
Update Typin-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adambajguz authored Jul 12, 2021
1 parent e4e6149 commit cb200bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Typin-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dotnet-version: 5.0.201

- name: Build & test
run: dotnet test src/Typin/Typin.sln --configuration Release-CI
run: dotnet test src/Typin/Typin.sln --configuration Release-CI --settings src/Typin/Typin.Tests/Coverage.runsettings

- name: Upload coverage
uses: codecov/[email protected]
Expand Down

0 comments on commit cb200bc

Please sign in to comment.