From e784718933b174bf2892fad68ed1587464b53d44 Mon Sep 17 00:00:00 2001 From: Nathan Lenglet Date: Mon, 31 Jul 2023 15:46:25 +0200 Subject: [PATCH] fix(test): update coveralls --- .github/workflows/coveralls.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 53d1e5a49..8c8eea92f 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -37,7 +37,7 @@ jobs: - name: create cache RGB run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGB -g "regress/data/regress_graphe.gpkg" -t graphe -z 0 -r 1 + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGB -g "regress/data/regress_graphe.gpkg" -t graphe -z 0 -r 1 - name: update cache RGB run: | @@ -45,7 +45,7 @@ jobs: - name: create cache RGB no mtd run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGB_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 -r 1 + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGB_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 -r 1 - name: update cache RGB no mtd run: | @@ -53,7 +53,7 @@ jobs: - name: create cache RGBIR run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGBIR -g "regress/data/regress_graphe.gpkg" -t graphe -z 0 -r 1 + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGBIR -g "regress/data/regress_graphe.gpkg" -t graphe -z 0 -r 1 - name: update cache RGBIR run: | @@ -61,7 +61,7 @@ jobs: - name: create cache RGBIR no mtd run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGBIR_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 -r 1 + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGBIR_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 -r 1 - name: update cache RGBIR no mtd run: | @@ -69,7 +69,7 @@ jobs: - name: create cache IR run: | - python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_IR -g "regress/data/regress_graphe.gpkg" -t graphe -z 0 -r 1 + python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_IR -g "regress/data/regress_graphe.gpkg" -t graphe -z 0 -r 1 - name: update cache IR run: | @@ -77,7 +77,7 @@ jobs: - name: create cache IR no mtd run: | - python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_IR_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 -r 1 + python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_IR_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 -r 1 - name: update cache IR no mtd run: | @@ -85,27 +85,27 @@ jobs: - name: create cache RGB gpao run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGB_gpao -g "regress/data/regress_graphe.gpkg" -t graphe + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGB_gpao -g "regress/data/regress_graphe.gpkg" -t graphe - name: create cache RGB gpao no mtd run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGB_gpao_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGB_gpao_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 - name: create cache RGBIR gpao run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGBIR_gpao -g "regress/data/regress_graphe.gpkg" -t graphe + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGBIR_gpao -g "regress/data/regress_graphe.gpkg" -t graphe - name: create cache RGBIR gpao no mtd run: | - python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_RGBIR_gpao_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 + python scripts/create_cache.py -R "regress/data/RGB/*.tif" -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_RGBIR_gpao_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 - name: create cache IR gpao run: | - python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_IR_gpao -g "regress/data/regress_graphe.gpkg" -t graphe + python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_IR_gpao -g "regress/data/regress_graphe.gpkg" -t graphe - name: create cache IR gpao no mtd run: | - python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/LAMB93_5cm.json -c cache_regress_IR_gpao_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 + python scripts/create_cache.py -I "regress/data/IR/*.tif" -o ressources/RGF93_LA93_5cm.json -c cache_regress_IR_gpao_no_mtd -g "regress/data/regress_graphe_nomtd.gpkg" -t graphe -z 1 - name: check cache RGB run: |