Skip to content

fix endpoint context (#7) #93

fix endpoint context (#7)

fix endpoint context (#7) #93

Triggered via push August 1, 2023 19:09
Status Success
Total duration 1m 8s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cover.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
cover
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cover: backend/Naninovel.Language.Test/Diagnostic/MultipleDiagnosersTest.cs#L15
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.