actions-rs / tarpaulin

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

Cannot read property 'find' of undefined (invalid version?) #3

Closed stanislav-tkach closed 4 years ago

stanislav-tkach commented 4 years ago

I have tried this action using the example from the readme:

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

But I get the following error:

##[error]Cannot read property 'find' of undefined
##[error]Node run failed with exit code 1

(https://github.com/DarkEld3r/os_info/pull/136/checks?check_run_id=430750555)

version: latest works for me. Perhaps the readme should be updated?

svartalf commented 4 years ago

No, it is an unfortunate accident, because the fix for this issue was not properly published. Can you try to restart your workflow?

stanislav-tkach commented 4 years ago

Everything is working now, thanks.