actions-rs / tarpaulin

📈 GitHub Action for code coverage reporting with tarpaulin
MIT License
89 stars 16 forks source link

Action fails #16

Open omarabid opened 3 years ago

omarabid commented 3 years ago

Do the checklist before filing an issue:

Description

The action now fails. From my understanding, this is due to: https://github.blog/changelog/2020-11-09-github-actions-removing-set-env-and-add-path-commands-on-november-16/

Workflow code

      - name: Run cargo-tarpaulin
        uses: omarabid-forks/rs-tarpaulin@v0.1
        with:
          version: '0.9.0'
          args: '-- --test-threads 1'

Action output

Error: Unable to process command '::add-path::/home/runner/work/_temp/bd2f9558-f393-4d70-b2a0-49444c360a8b' successfully.
Error: The `add-path` 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/