Display pytest results in Gitlab
Compare changes
+ 21
− 6
@@ -19,7 +19,8 @@ tests-and-coverage:
@@ -19,7 +19,8 @@ tests-and-coverage:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --html test-report/index.html
@@ -29,6 +30,9 @@ tests-and-coverage:
@@ -29,6 +30,9 @@ tests-and-coverage:
@@ -41,15 +45,18 @@ test-longrun:
@@ -41,15 +45,18 @@ test-longrun:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. --html test-report/index.html
@@ -77,11 +84,15 @@ ubuntu:
@@ -77,11 +84,15 @@ ubuntu:
@@ -136,11 +147,11 @@ pycodegen-integration:
@@ -136,11 +147,11 @@ pycodegen-integration:
- make CodegenJacobiCPU CodegenJacobiGPU CodegenPoissonCPU CodegenPoissonGPU MicroBenchmarkGpuLbm LbCodeGenerationExample UniformGridBenchmarkGPU_trt UniformGridBenchmarkGPU_entropic_kbc_n4 FluctuatingMRT
@@ -151,6 +162,10 @@ pycodegen-integration:
@@ -151,6 +162,10 @@ pycodegen-integration:
# -------------------- Linter & Documentation --------------------------------------------------------------------------