1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-08-07 12:11:57 +00:00

Move from codecov to sonarqube (#45)

* replaced

Signed-off-by: Avior <github@avior.me>

* this is stupid

Signed-off-by: Avior <github@avior.me>

* run sonar only on latest node version

Signed-off-by: Avior <github@avior.me>

* try to use code coverage

Signed-off-by: Avior <github@avior.me>

* Fixed?

Signed-off-by: Avior <github@avior.me>

* try another way to send report files

Signed-off-by: Avior <github@avior.me>

* prrrrrrrrrrrrrrr

Signed-off-by: Avior <github@avior.me>

* prrrrrrrrrr2

Signed-off-by: Avior <github@avior.me>

* prrrrrrrrrrrrrrrrrrr3

Signed-off-by: Avior <github@avior.me>

* prrrrrrrrrrrrrrr15

Signed-off-by: Avior <github@avior.me>

* prrrrrrrrrrrrr9001

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-29 16:51:29 +02:00
committed by GitHub
parent 018f8e043a
commit 3524264b68
5 changed files with 49 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{
"preset": "ts-jest",
"testEnvironment": "node"
"testEnvironment": "node",
"testResultsProcessor": "jest-sonar-reporter"
}