testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
https://testcontainers-python.readthedocs.io/en/latest/
Apache License 2.0
1.51k stars 281 forks source link

chore(core): Display status on readme #589

Closed Tranquility2 closed 3 months ago

Tranquility2 commented 3 months ago

Make the Readme display some more details regarding the project:

image

Relates to #544 - export code coverage (e.g. to codecov)

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@54c88cf). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #589 +/- ## ======================================= Coverage ? 74.95% ======================================= Files ? 10 Lines ? 547 Branches ? 78 ======================================= Hits ? 410 Misses ? 110 Partials ? 27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Tranquility2 commented 3 months ago

https://github.com/testcontainers/testcontainers-python/actions/runs/9276601581/job/25524084272

error - 2024-05-28 21:31:54,280 -- Upload failed: {"detail":"Tokenless has reached GitHub rate limit. 
Please upload using a token: https://docs.codecov.com/docs/adding-the-codecov-token. 
Expected available in 221 seconds."}

Looks like CODECOV_TOKEN is needed in secrets