mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixes #1257 - ListView's ProcessKey should return false if no OpenSelectedItem handler is defined (#1258)
* tweaked version # for v1.0.0-beta.10 * tweaked version # for v1.0.0-beta.11 * Updated readme and revision history for 1.0 * adjusting publish workflow * adjusting publish workflow2 * adjusting publish workflow 3 * adjusting publish workflow 4 * adjusting publish workflow 5 * final fix to yaml * Updated relnotes for v1.0.0-rc.9 * rel notes for v1.0.0-rc.10 * ProcessKey now retruns false if no SelectedItem handler is defined
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV
|
||||
|
||||
#- name: Install dependencies
|
||||
# run: dotnet restore
|
||||
# run: dotnet restore
|
||||
|
||||
#- name: Build
|
||||
# run: dotnet build --configuration Release --no-restore
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
- name: Test to generate Code Coverage Report
|
||||
run: |
|
||||
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
|
||||
dotnet test --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
|
||||
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
|
||||
|
||||
- name: Create Test Coverage Badge
|
||||
|
||||
Reference in New Issue
Block a user