codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Could not determine repo and owner #465

Open fabiocaccamo opened 2 years ago

fabiocaccamo commented 2 years ago

I switched from Travis CI to GitHub actions (using tox-gh-actions) for testing my django packages.

I'm using the same tox file, but now the coverage report is not uploaded to codecov anymore, as you can see here there are no more reports uploaded since September 2021.

Looking inside the GitHub Actions job the error is: Could not determine repo and owner

Screenshot 2021-12-22 at 22 47 48

Is there a way to avoid/fix this?

DuncanTormey commented 2 years ago

@fabiocaccamo did you find a solution? I am seeing the same issue.

fabiocaccamo commented 2 years ago

@DuncanTormey yes, I stopped using tox-gh-action and created this GitHub action that allows you to use a tox-like matrix definition directly in the GH workflow:

https://github.com/fabiocaccamo/create-matrix-action