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

Sentry integration done in api module #81

Merged
merged 4 commits into from
Jul 17, 2023
Merged

Conversation

choxx
Copy link
Collaborator

@choxx choxx commented Jul 5, 2023

  • Sentry Integration in Generic APIs module
  • BUG FIX; login endpoint was doing unnecessary encryption
  • BUG FIX; node version bumped to 16 causing broken app on 12

resolve #80

@choxx choxx linked an issue Jul 5, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Jul 5, 2023

Pull Request Test Coverage Report for Build 5575308021

  • 11 of 34 (32.35%) changed or added relevant lines in 6 files are covered.
  • 11 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.3%) to 24.342%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/interceptors/sentry.interceptor.ts 4 6 66.67%
src/main.ts 0 2 0.0%
src/api/sms/cdac/cdac.service.ts 1 4 25.0%
src/api/sms/gupshup/gupshup.service.ts 4 8 50.0%
src/api/fusionauth/fusionauth.service.ts 1 13 7.69%
Files with Coverage Reduction New Missed Lines %
src/main.ts 1 0%
src/api/sms/gupshup/gupshup.service.ts 2 55.34%
src/api/sms/cdac/cdac.service.ts 3 12.75%
src/api/fusionauth/fusionauth.service.ts 5 10.11%
Totals Coverage Status
Change from base Build 5342076044: 0.3%
Covered Lines: 588
Relevant Lines: 2195

💛 - Coveralls

@choxx choxx merged commit 5623bf0 into master Jul 17, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5464361428

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 15 of 53 (28.3%) changed or added relevant lines in 6 files are covered.
  • 283 unchanged lines in 5 files lost coverage.
  • Overall coverage increased (+0.2%) to 24.253%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/interceptors/sentry.interceptor.ts 4 6 66.67%
src/main.ts 0 2 0.0%
src/api/sms/cdac/cdac.service.ts 1 8 12.5%
src/api/sms/gupshup/gupshup.service.ts 8 15 53.33%
src/api/fusionauth/fusionauth.service.ts 1 21 4.76%
Files with Coverage Reduction New Missed Lines %
src/main.ts 1 0.0%
src/api/sms/gupshup/gupshup.service.ts 14 55.34%
src/api/sms/cdac/cdac.service.ts 28 12.75%
src/api/fusionauth/fusionauth.service.ts 84 10.11%
src/api/api.service.ts 156 5.45%
Totals Coverage Status
Change from base Build 5342076044: 0.2%
Covered Lines: 588
Relevant Lines: 2201

💛 - Coveralls

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.

Sentry Integration
2 participants