• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tomasagata / 2023-mojodojocasahouse-backend / 6343502235
93%

Build:
DEFAULT BRANCH: main
Ran 28 Sep 2023 07:40PM UTC
Jobs 1
Files 16
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Sep 2023 07:39PM UTC coverage: 96.154% (-0.1%) from 96.296%
6343502235

push

github

web-flow
Release 1.0.0: Basic Auth & Expense functionality  (#8)

* Feature: Registration API (#4)

* Merge: Data validation in registration requests (#3)

* Added API Input Validation
- Checked for empty values
- Regex for expected values
- Check for nulls

* Changed Misconfigured UNIQUE Constraint
Unique Constraint previously configured with @UniqueConstraint using "email" field where "EMAIL" should be used. Changed to directly use @Column(unique = true)

* User Registration Validation
- Validates unique status of user email
- Added in-memory H2 database for testing phase
- Added unit tests for user repository data

* Removed Deprecated UserEntity Interface
- Moved ExtraUser from org.mojodojocasahouse.model.impl to org.mojodojocasahouse.model

* Feature: Authentication API (#5)

* adiciones para el login

* sacados tags innecesarios o sin uso

* anadido endpoint de login

* Post-Merge-Conflict Fix
- Fixed Failing tests
- Changed Id type of ExtraUser from primitive int to Long
- Added tests for authenticating users in Controller
- Changed UserRegistrationController name to AuthenticationController
- Removed placeholder ExtraUserService interface
- Added new Exception for invalid credentials named InvalidCredentialsException
- Added back Spring Security to pom.xml
- Changed ExtraUserLoginRequestDto and ExtraUserLoginDto to just UserAuthenticationRequest and UserAuthenticationResponse
- Added Input validation to UserAuthenticationRequest
- (Missing extra tests for Authentication error handling in Controller layer)

* Added Unit Tests for AuthenticationController
- Changed manual password matching validation to Spring-managed Custom Validation using FieldsValueMatch Constraints
- Excluded Configuration classes from coverage per best-practices.
- Added handler method for malformed requests
- Removed Deprecated MismatchingPasswordsException
- Added JacksonTesters for User Requests Responses for better code readability
... (continued)

11 of 14 branches covered (0.0%)

Branch coverage included in aggregate %.

164 of 168 relevant lines covered (97.62%)

3.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6343502235.1 28 Sep 2023 07:40PM UTC 0
96.15
GitHub Action Run
Source Files on build 6343502235
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6343502235
  • a5b1d02c on github
  • Prev Build on development (#6178371574)
  • Next Build on main (#6551402330)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc