codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

v4 cannot upload luacov report

Open linrongbin16 opened this issue 9 months ago • 1 comments

After migrate to v4, I found the luacov report is always been "failed to process" even it's successfully been uploaded to codecov.

While v3 still works well.

linrongbin16 avatar May 08 '24 02:05 linrongbin16

@linrongbin16 please provide a link to CI and the error message from Codecov

thomasrockhu-codecov avatar May 14 '24 16:05 thomasrockhu-codecov

hi @thomasrockhu-codecov ,

First I'm sorry for my previously unprofessional behavior when reporting this issue. I understand if I don't provide any details, you cannot do anything.

Now, here's a commit in my lua project (which is actually a Neovim plugin project, implemented with lua language):

https://github.com/linrongbin16/lsp-progress.nvim/pull/137/commits/7a11534c977c8687fedf03d73bc1972bdd0d50e9

You can see in this commit, I upgrade codecov/codecov-action from v3 to v4, other things are not changed.

Then the github action runs here: https://github.com/linrongbin16/lsp-progress.nvim/actions/runs/9122225796/job/25082676151

The thing is: the lua coverage reports generated by luacov are uploaded and working correct now. The issue I had met before didn't happen this time.

Thanks to your reply, and we could close this issue now.

I will re-open this issue once I had other cases for you.

In case you want some more details, there're 4 jobs uploaded the coverage reports:

  • Unit test (stable): https://github.com/linrongbin16/lsp-progress.nvim/actions/runs/9122225796/job/25082676059, the report is uploaded here: https://app.codecov.io/github/linrongbin16/lsp-progress.nvim/commit/7a11534c977c8687fedf03d73bc1972bdd0d50e9.
  • Unit test (nightly): https://github.com/linrongbin16/lsp-progress.nvim/actions/runs/9122225796/job/25082676334, it's uploaded here: https://app.codecov.io/github/linrongbin16/lsp-progress.nvim/commit/7a11534c977c8687fedf03d73bc1972bdd0d50e9.
  • Unit test (v0.6.0): https://github.com/linrongbin16/lsp-progress.nvim/actions/runs/9122225796/job/25082676395, it's uploaded here: https://app.codecov.io/github/linrongbin16/lsp-progress.nvim/commit/7a11534c977c8687fedf03d73bc1972bdd0d50e9.
  • Unit test (v0.7.0): https://github.com/linrongbin16/lsp-progress.nvim/actions/runs/9122225796/job/25082676470, it's uploaded here: https://app.codecov.io/github/linrongbin16/lsp-progress.nvim/commit/7a11534c977c8687fedf03d73bc1972bdd0d50e9.

linrongbin16 avatar May 17 '24 03:05 linrongbin16