Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,16 @@ jobs:
- name: Build solution
run: dotnet build Sources/HtmlTinkerX.sln --configuration ${{ env.BUILD_CONFIGURATION }} --no-restore

- name: Run tests for ${{ matrix.framework }}
run: dotnet test Sources/HtmlTinkerX.sln --configuration ${{ env.BUILD_CONFIGURATION }} --no-build --framework ${{ matrix.framework }} --verbosity ${{ env.TEST_VERBOSITY }} --logger "console;verbosity=${{ env.TEST_VERBOSITY }}" --logger trx --collect:"XPlat Code Coverage"
- name: Run tests for net8.0
if: matrix.framework == 'net8.0'
run: dotnet test Sources/HtmlTinkerX.sln --configuration ${{ env.BUILD_CONFIGURATION }} --no-build --framework net8.0 --verbosity ${{ env.TEST_VERBOSITY }} --logger "console;verbosity=${{ env.TEST_VERBOSITY }}" --logger trx --collect:"XPlat Code Coverage"
timeout-minutes: 10

- name: Run tests for net472
if: matrix.framework == 'net472'
run: dotnet test Sources/HtmlTinkerX.sln --configuration ${{ env.BUILD_CONFIGURATION }} --no-build --framework net472 --verbosity ${{ env.TEST_VERBOSITY }} --logger "console;verbosity=${{ env.TEST_VERBOSITY }}" --logger trx --collect:"XPlat Code Coverage"
timeout-minutes: 20

- name: Summarize failing tests
if: failure() && env.SUMMARIZE_FAILURES == 'true'
shell: pwsh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Storm Update

![Flooded street at dawn](http://localhost/news/2026/media/storm-wide.webp "Open full photo"){width=1280 height=720}
![Flooded street at dawn](http://localhost/news/2026/media/storm-wide.webp "Open full photo")
_Residents navigate floodwater after the overnight storm._
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Read the [briefing](http://localhost/news/2026/briefing.html) before crews enter the river district.

[![Flooded street at dawn](http://localhost/news/2026/media/storm-center.webp "Open full photo")](http://localhost/news/2026/gallery/storm-center "Open photo"){width=1280 height=720}
[![Flooded street at dawn](http://localhost/news/2026/media/storm-center.webp "Open full photo")](http://localhost/news/2026/gallery/storm-center "Open photo")
_Residents navigate floodwater after the overnight storm._

Photo credit: City Desk
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Storm Update

[![Flooded street at dawn](http://localhost/news/2026/media/storm-center.webp "Open full photo")](http://localhost/news/2026/gallery/storm-center "Open photo"){width=1280 height=720}
[![Flooded street at dawn](http://localhost/news/2026/media/storm-center.webp "Open full photo")](http://localhost/news/2026/gallery/storm-center "Open photo")
_Residents navigate floodwater after the overnight storm._

Photo credit: City Desk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Storm Update

![Flooded street at dawn](http://localhost/news/2026/media/storm-wide.webp?fit=cover&crop=10,20,300,400 "Open full photo"){width=1280 height=720}
![Flooded street at dawn](http://localhost/news/2026/media/storm-wide.webp?fit=cover&crop=10,20,300,400 "Open full photo")
_Residents navigate floodwater after the overnight storm._
Loading
Loading