Skip to content

Conversation

Aceballos15
Copy link

Descripción

Tipo de cambio

• [ ] Nueva funcionalidad
• [ ] Corrección de errores
• [ ] Mejoras en el rendimiento
• [ ] Refactorización
• [ ] Otros (especificar):

¿Cómo se probaron estos cambios?

Evidencias

Checklist

• [ ] Los cambios han sido probados en el entorno local.
• [ ] Los campos en ambos formularios funcionan correctamente y sin errores.
• [ ] No se detectaron regresiones en otras funcionalidades relacionadas.

Información adicional

github-actions bot and others added 30 commits April 28, 2025 15:06
Creación de la primera versión de la librería
Refactorización de funciones para hacer peticiones a Wompi
Copy link

github-actions bot commented Aug 4, 2025

🖍️ Files changed:

  • .github/workflows/unit-testing.yaml
  • README.md
  • lib/axios.js
  • lib/index.js
  • lib/utils/hashValue.js
  • lib/wompiClient.js
  • package-lock.json
  • package.json
  • test/axios.spec.js
  • test/mocks/wompiResponses.js
  • test/utils/hashValue.spec.js
  • test/wompiClient.spec.js
  • tsconfig.json

@github-actions github-actions bot requested a review from hmanzur August 4, 2025 21:07
@Aceballos15 Aceballos15 merged commit 24751cc into main Aug 4, 2025
9 checks passed
Copy link

github-actions bot commented Aug 4, 2025

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

Unused dependencies
Unused devdependencies
- @commitlint/config-conventional
- @types/qs
- c8
- eslint
- husky
Missing
- nodetest
  - /github/workspace/test/axios.spec.js
  - /github/workspace/test/wompiClient.spec.js
  - /github/workspace/test/utils/hashValue.spec.js

- #axios.js
  - /github/workspace/test/axios.spec.js
  - /github/workspace/test/wompiClient.spec.js

- #wompiClient.js
  - /github/workspace/test/wompiClient.spec.js

- #utils
  - /github/workspace/test/utils/hashValue.spec.js

Copy link

github-actions bot commented Aug 4, 2025

LCOV of commit 0f442f0 during 🕵 Pull Request Automation #7

	(use "lcov --ignore-errors deprecated,deprecated ..." to suppress this warning)
Reading tracefile /tmp/__zgosalvez_github-actions-report-lcov/lcov.info.
Summary coverage rate:
  source files: 3
  lines.......: 100.0% (183 of 183 lines)
  functions...: 100.0% (6 of 6 functions)
  branches....: 100.0% (15 of 15 branches)
Message summary:
  1 warning message:
    deprecated: 1

Files changed coverage rate:
  	(use "lcov --ignore-errors deprecated,deprecated ..." to suppress this warning)
                        |Lines       |Functions  |Branches    
  Filename              |Rate     Num|Rate    Num|Rate     Num
  lib/axios.js          | 100%     25| 100%     1| 100%      2
  lib/utils/hashValue.js| 100%     11| 100%     1| 100%      2
  lib/wompiClient.js    | 100%    147| 100%     4| 100%     11

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.

3 participants