Skip to content

Add docblocks

Add docblocks #84

Triggered via pull request June 22, 2024 18:49
Status Success
Total duration 1m 15s
Artifacts

report.yml

on: pull_request
Get Test Coverage
51s
Get Test Coverage
Check Style
36s
Check Style
Check Docblocks
22s
Check Docblocks
Check CHANGELOG was updated
3s
Check CHANGELOG was updated
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Check CHANGELOG was updated
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check Docblocks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check Style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Get Test Coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L9
Missing XML comment for publicly visible type or member 'GenericFunction'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L11
Missing XML comment for publicly visible type or member 'GenericFunction.Invoke(TokenLocation, Interpreter)'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L13
Missing XML comment for publicly visible type or member 'GenericFunction.NativeParameters'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L15
Missing XML comment for publicly visible type or member 'GenericFunction.Invoke(TokenLocation, Interpreter, IReadOnlyList<ExpressionNode>)'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L25
Missing XML comment for publicly visible type or member 'GenericFunction<T1>'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L27
Missing XML comment for publicly visible type or member 'GenericFunction<T1>.Invoke(TokenLocation, Interpreter, T1)'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L29
Missing XML comment for publicly visible type or member 'GenericFunction<T1>.Invoke(TokenLocation, Interpreter, IReadOnlyList<ExpressionNode>)'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L44
Missing XML comment for publicly visible type or member 'GenericFunction<T1, T2>'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L48
Missing XML comment for publicly visible type or member 'GenericFunction<T1, T2>.Invoke(TokenLocation, Interpreter, T1, T2)'
Get Test Coverage: StepLang/Framework/GenericFunction.cs#L51
Missing XML comment for publicly visible type or member 'GenericFunction<T1, T2>.Invoke(TokenLocation, Interpreter, IReadOnlyList<ExpressionNode>)'