Skip to content

Merge pull request #42 from NCAR/workflows #18

Merge pull request #42 from NCAR/workflows

Merge pull request #42 from NCAR/workflows #18

Triggered via push October 16, 2024 22:23
Status Failure
Total duration 48s
Artifacts

codecov.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
test
Process completed with exit code 1.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
Unexpected input(s) 'context', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
test: backend/Services/ReactionService.cs#L170
Cannot convert null literal to non-nullable reference type.
test
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
test: backend/Models/Reaction.cs#L10
Non-nullable property 'reaction_string' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: backend/Tests/UserPreferencesControllerTests.cs#L35
Dereference of a possibly null reference.
test: backend/Tests/UserPreferencesControllerTests.cs#L51
Dereference of a possibly null reference.
test: backend/Tests/UserPreferencesControllerTests.cs#L59
Dereference of a possibly null reference.
test: backend/Tests/UserControllerTests.cs#L32
Dereference of a possibly null reference.
test: backend/Tests/UserControllerTests.cs#L44
Dereference of a possibly null reference.
test: backend/Tests/UserControllerTests.cs#L52
Dereference of a possibly null reference.
test: backend/Tests/TagMechanismSpeciesListVersionControllerTests.cs#L43
Dereference of a possibly null reference.