Commit 5ad807b
authored
Moving to env (#71)
* fix: update coverage timestamp in coverage.xml
* feat: add dotenv support for loading environment variables from .env files
* feat: add Pipfile for dependency management and update coverage.xml timestamps
* feat: add .env file for environment variable management and update load_env_files function
* feat: enhance credential management by saving API tokens to .env file and updating fallback logic
* chore: remove deprecated .env file containing sensitive API information
* Refactor code structure for improved readability and maintainability
* chore: update .gitignore to include coverage and build artifacts1 parent f081491 commit 5ad807b
8 files changed
Lines changed: 328 additions & 1504 deletions
File tree
- penify_hook
- commands
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments