Link Search Menu Expand Document

Contribuzione

Come indicato all’interno della sezione Contributing del README è stato adottato il Gitflow workflow e lo stile del codice deve seguire il formato spotless.

Indice
  1. Continuous Integration

Continuous Integration

Modifiche al codice sorgente (per ogni branch e per Pull Request) scatenano i processi di continuous-integration attraverso GitHub Actions, seguendo due workflow (.github/workflows):

  • build-server
    • Controlla l’aderenza al formato spotless
    • Compila il codice
    • Esegue tutti i test presenti
  • coverage-server
    • Esegue tutti i test
    • Genera un report sui test effettuati e lo pubblica su Codecov

Testing



Sweven Software
Ingegneria del Software, UniPd 2020/2021