Open
Conversation
added 6 commits
February 17, 2026 01:13
… automation - Created a sample .env file to guide users in setting up environment variables. - Added a Makefile to streamline the build, run, and test processes using Docker. - Updated README.md to reflect new setup instructions and improve documentation clarity.
…entry DSN placeholder - Changed TOKEN format to 'bot_token:your_bot_token_here' for better clarity. - Removed the placeholder for SENTRY_DATA_SOURCE_NAME to indicate it is not required.
- Modified the pip install command to include development dependencies by using '.[dev]' instead of just '.' for a more comprehensive setup.
- Added a new `test-cov` command to the Makefile for running tests with coverage reporting. - Updated comments in the Makefile to clarify the usage of commands within the Docker container and the requirements for running tests.
- Updated the Makefile to mount the project directory as a volume for the `run`, `test`, and `test-cov` commands, allowing for real-time code updates without rebuilding the Docker image. - Improved comments to clarify the requirements and functionality of each command within the Docker container.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Realmente es muy bonito tener todo en docker que se eliminan cuando termina y solamente ejecutar
make make testTambién agrega coverage (que se uso para crear los test)
Y.. lo mas importante: Se edita el README.md