Pritam Rungta

Results 8 comments of Pritam Rungta

@elprans This issue is open for a year now. Any progress on it would be highly appreciated. Given this being a blocker for us, we're left with no other choice...

> @pritamrungta did you manage to connect to RDS-proxy using IAM-auth using psycopg3? Yes. I did this https://github.com/MagicStack/asyncpg/issues/952#issuecomment-1526168429

@mariocj89 is there any timeline for the next release?

I support the need for this functionality. Is this in the roadmap? As an alternate, if this isn't possible, can we have a `failSilently` flag, which doesn't end the process...

same here. I get the following error after updating to v4 in GitHub actions (redacted): ``` Run codecov/codecov-action@v4 with: token: *** flags: backend files: ./backend/coverage.xml env: working-directory: ./backend pythonLocation: /opt/hostedtoolcache/Python/[3](https://github.com/[owner]/[repo]/actions/runs/[run]/job/[job]#step:11:3).12.1/x6[4](https://github.com/[owner]/[repo]/actions/runs/[run]/job/[job]#step:11:4)...

Hi @thomasrockhu-codecov Mine is a private repo, so I'm not sure if the CI link would be helpful. However, I've included the entire codecov step (command+output) in my message above....

Previous step: ``` - uses: codecov/codecov-action@v4 with: token: ${{ secrets.codecov-token }} flags: backend files: ${{env.working-directory}}/coverage.xml ``` Updated step: ``` - uses: codecov/codecov-action@v4 with: token: ${{ secrets.codecov-token }} flags: backend directory:...