Skip to content

Fine corso #6

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

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Conversation

acerbisgianluca
Copy link

  • Aggiunto controller degli eventi con i vari parametri
  • Aggiunta la risposta 401 in caso di accesso negato
  • Modificate alcune dipendenze per spring security (mancavano alcune annotation per mettere in pieni tutta la struttura di spring invece che solo un controller, altrimenti non potevo testare il layer di sicurezza)
  • Aggiunto il test per il controller delle unità logistiche con endpoint protetti e quindi con registrazione e login.

Ps: ho già mergiato il branch per la feature jwt

@codecov-io
Copy link

Codecov Report

Merging #6 into develop will increase coverage by 39.88%.
The diff coverage is 79.59%.

Impacted file tree graph

@@              Coverage Diff               @@
##             develop       #6       +/-   ##
==============================================
+ Coverage       6.19%   46.07%   +39.88%     
- Complexity         6       32       +26     
==============================================
  Files             14       24       +10     
  Lines            113      204       +91     
  Branches           1        5        +4     
==============================================
+ Hits               7       94       +87     
+ Misses           106      105        -1     
- Partials           0        5        +5
Impacted Files Coverage Δ Complexity Δ
...y/backend/model/resp/UnitaLogisticheDettaglio.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...ain/java/it/myti/academy/backend/model/Evento.java 16.66% <ø> (ø) 0 <0> (ø) ⬇️
.../it/myti/academy/backend/model/UnitaLogistica.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...java/it/myti/academy/backend/model/Spedizione.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...java/it/myti/academy/backend/model/EventoTipo.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...yti/academy/backend/model/StatoUnitaLogistica.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...main/java/it/myti/academy/backend/model/Collo.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...ain/java/it/myti/academy/backend/model/Utente.java 83.33% <ø> (ø) 5 <0> (ø) ⬇️
.../java/it/myti/academy/backend/model/Contenuto.java 0% <ø> (ø) 0 <0> (ø) ⬇️
.../it/myti/academy/backend/model/EventoParticle.java 12.5% <0%> (+12.5%) 0 <0> (ø) ⬇️
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2916076...a319790. Read the comment docs.

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