-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] Cannot use in subdirectories #1287
Comments
@bmulholland I made a few changes to |
@thomasrockhu-codecov I tested the latest version in kdarkhan/mdbook-i18n-helpers#39 The action did not fail but it does not seem to be able to find the coverage file for some reason. The action exec log is available here. From the log, it states:
which is very strange since I did |
@kdarkhan strange, that should be allowed. Let me try to dig in here and see what's the prlblem |
@kdarkhan ok, actually I dug into this quite a bit more. v4 should work if you specify
You can see the it used here. But why was this working on v3? I'm not completely sure right now. I think there may have actually been a bug in our file searcher that wasn't taking into account the root directory properly. |
Thanks for looking into this, I will try later today. In v3 I was using |
I confirm that the latest v4 works for our subdirectory use case, so closing out this issue. The discussion above sounds like it's a separate issue from what I filed, so perhaps create a new one for it? Thanks @thomasrockhu-codecov ! |
I'm trying to upgrade this but yeah...
It silently fails, as listed in codecov/feedback#266
#1258 is fixed by setting
working-directory
After that, I get codecov/feedback#263, which I patched with the workaround
But even after that, I get 'Upload failed: ["Commit SHA not found"]':
The text was updated successfully, but these errors were encountered: