Skip to content

CI

CI #943

Triggered via schedule December 29, 2023 01:17
Status Success
Total duration 3m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: schedule
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test (ubuntu-latest): tests/Pfim.Tests/TargaTests.cs#L234
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
test (ubuntu-latest): tests/Pfim.Tests/TargaTests.cs#L242
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
test (windows-latest): tests/Pfim.Tests/TargaTests.cs#L234
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
test (windows-latest): tests/Pfim.Tests/TargaTests.cs#L242
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)