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

tomasagata / 2023-mojodojocasahouse-backend / 6803095904
93%

Build:
DEFAULT BRANCH: main
Ran 08 Nov 2023 07:30PM UTC
Jobs 1
Files 19
Run time 2s
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

08 Nov 2023 07:29PM UTC coverage: 49.492% (-26.9%) from 76.349%
6803095904

push

github

web-flow
Release: 3.0.0 (#28)

* update development branch to match main (#22)

* 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
- A... (continued)

16 of 76 branches covered (0.0%)

Branch coverage included in aggregate %.

179 of 318 relevant lines covered (56.29%)

2.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6803095904.1 08 Nov 2023 07:30PM UTC 0
49.49
GitHub Action Run
Source Files on build 6803095904
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6803095904
  • 2f77225d on github
  • Prev Build on main (#6574835398)
  • Next Build on main (#9920395126)
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