Skip to content
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

chore: bump dependencies and fix some lint #499

Open
wants to merge 2 commits into
base: v3
Choose a base branch
from
Open

chore: bump dependencies and fix some lint #499

wants to merge 2 commits into from

Conversation

alnr
Copy link

@alnr alnr commented Apr 30, 2024

No description provided.

@alnr alnr self-assigned this Apr 30, 2024
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.95%. Comparing base (2aef4b5) to head (67fceaf).
Report is 3 commits behind head on v3.

❗ Current head 67fceaf differs from pull request most recent head 1964466. Consider uploading reports for the commit 1964466 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##               v3     #499   +/-   ##
=======================================
  Coverage   53.95%   53.95%           
=======================================
  Files           1        1           
  Lines         341      341           
=======================================
  Hits          184      184           
  Misses        121      121           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AidynMakhataev
Copy link

Hi, @alnr @aeneasr @zepatrik

Could you please review and merge this PR? There's a vulnerability in the dependency github.com/opencontainers/runc, and this PR addresses it by upgrading the package to version 1.1.12

@aeneasr
Copy link
Member

aeneasr commented May 7, 2024

Unfortunately the CI fails

@alnr
Copy link
Author

alnr commented May 7, 2024

{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3322 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3600 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3600 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3599 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 0 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3598 seconds.', code='throttled')}

@aeneasr do we use codecov.io in other repos?

@TimothyIp
Copy link

TimothyIp commented May 7, 2024

Looks like it could be might be missing a codecov token in test.yml. Assuming a secret is set

run: bash <(curl -s https://codecov.io/bash)

I can see a few of the other repos that do not have this value set, so that may be the cause of this CI run to get throttled by codecov and fail.

env:
     CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

@AidynMakhataev
Copy link

@alnr Are there any updates here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants