theupdateframework / theupdateframework/python-tuf

Review coverage report about non-tested statements

Aperta
#1,842 4 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@jalajk24 ci sta già lavorando.

Dal 20/9/2022.

backlog testing
Lingua principale
Python
Stelle
1.7k
Fork
304
Merge medio
1g 2h
PR unite (30g)
17

Descrizione

Description of issue or feature request:
I run 1coverage` locally to find out at how many places do we miss unit test coverage.
We are pretty good right now with coverage of 98% or we have 1138 total statements and only 16 are not tested.
I thought it could be useful to review those 16 lines and decide if testing is needed.

PS: If you want to run coverage locally you can from inside the tests directory by running:

python -m coverage run aggregate_tests.py
python -m coverage html
<BROSWER OF CHOICE> htmlcov/index.html

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.