actions-rs / tarpaulin

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

Am I too fast? #2

Closed djc closed 4 years ago

djc commented 4 years ago

https://github.com/djc/quinn/pull/597/checks?check_run_id=386985153

svartalf commented 4 years ago

Yeah, a little bit :D Can you restart this build now?

djc commented 4 years ago

Done.

djc commented 4 years ago

Still fails:

Run actions-rs/tarpaulin@v0.1
  with:
    version: 0.9.0
    args: -- --test-threads 1
##[error]Cannot read property 'find' of undefined
##[error]Node run failed with exit code 1
svartalf commented 4 years ago

Yeah, it seems that testing should've been done a bit better. From what I understand from the source code, using specific tarpaulin version is broken, but with version input omitted, it should work as expected.

svartalf commented 4 years ago

2cad78c0c8951f6aeb2b3193e3ee6e7d9764304e should fix the problem. I'll test it now and re-publish as v0.1 tag

djc commented 4 years ago

Fixed! Thanks.