nicholas-maltbie / PropHunt

PropHunt game attempt using Unity and the Data Oriented Technology Stack
MIT License
11 stars 0 forks source link

Fix Coverage Reporting for CI Tests #137

Closed nicholas-maltbie closed 3 years ago

nicholas-maltbie commented 3 years ago

Adjust coverage reporting to no longer use the set-env command

Error: Unable to process command '::set-env name=COVERAGE_FILE::editmode-artifacts/workspace-opencov/EditMode/TestCoverageResults_0000.xml' successfully.
Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

docs on setting new output https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files

It might just be switching to use the set-output command but will have to investigate.