chore(deps): update dependency requests to v2.33.0 [security] #2119
continuous-integration.yml
on: pull_request
Linting
45s
Codequality
2m 9s
Unit Tests
42s
Compile source code
1m 0s
Annotations
5 errors and 2 warnings
|
Unit Tests
Process completed with exit code 1.
|
|
tests/scenarios/moves/getMoves.test.ts > getMove > Regular Move full data requests > GIVEN valid move request THEN returns Move WITH all data:
tests/scenarios/moves/getMoves.test.ts#L23
TypeError: Cannot read properties of null (reading 'getMove')
❯ tests/scenarios/moves/getMoves.test.ts:23:19
|
|
tests/scenarios/moves/getFuzzyMoves.test.ts > getFuzzyMove > Fuzzy Move full data requests > GIVEN single letter move AND reverse:true THEN returns multiple Moves WITH all data:
tests/scenarios/moves/getFuzzyMoves.test.ts#L140
TypeError: Cannot read properties of null (reading 'getFuzzyMove')
❯ tests/scenarios/moves/getFuzzyMoves.test.ts:140:19
|
|
tests/scenarios/moves/getFuzzyMoves.test.ts > getFuzzyMove > Fuzzy Move full data requests > GIVEN single letter move THEN returns multiple Moves WITH all data:
tests/scenarios/moves/getFuzzyMoves.test.ts#L58
TypeError: Cannot read properties of null (reading 'getFuzzyMove')
❯ tests/scenarios/moves/getFuzzyMoves.test.ts:58:19
|
|
tests/scenarios/moves/getFuzzyMoves.test.ts > getFuzzyMove > Fuzzy Move full data requests > GIVEN valid move request THEN returns Move WITH all data:
tests/scenarios/moves/getFuzzyMoves.test.ts#L24
TypeError: Cannot read properties of null (reading 'getFuzzyMove')
❯ tests/scenarios/moves/getFuzzyMoves.test.ts:24:19
|
|
Codequality
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|
|
Codequality
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|