alibaba/Sentinel

Supplement and improvement for test cases

Open

#580 geöffnet am 16. März 2019

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (8.150 Forks)batch import
area/testgood first issuekind/enhancement

Repository-Metriken

Stars
 (23.109 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Issue Description

Type: proposal (call for all)

Describe what happened (or what feature you want)

In order to guarantee the code quality and avoid potential bugs, we now call for all developers to improve tests of Sentinel. Any kinds of enhancement is welcomed, including (but not limited to):

  • add more test cases (including unit test and integration test)
  • improve existing tests

We use codecov to measure the test coverage of the project. Everyone can refer to here to pick modules with low-coverage and add test cases for it.

Let's hack to avoid potential bugs and improve our code quality!

Contributor Guide