From 96f1953f15e3c1e8dba27fe14484a27514f52cf3 Mon Sep 17 00:00:00 2001 From: Alexandre Olender <45005909+Olender@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:36:35 -0300 Subject: [PATCH 1/2] Update python-tests.yml --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index f7978bab..cee05c72 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -41,5 +41,5 @@ jobs: source /home/olender/firedrakes/2024_07_19/firedrake/bin/activate mpiexec -n 6 pytest --cov-report=xml --cov-append --cov=spyro test_parallel/test_fwi.py - name: Uploading coverage to Codecov - run: export CODECOV_TOKEN="057ec853-d7ea-4277-819b-0c5ea2f9ff57" && bash <(curl -s https://codecov.io/bash) + run: export CODECOV_TOKEN="6cd21147-54f7-4b77-94ad-4b138053401d" && bash <(curl -s https://codecov.io/bash) From 6d11d41fe4638828d7d4dd3a01567672e1e9e112 Mon Sep 17 00:00:00 2001 From: Alexandre Olender <45005909+Olender@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:39:01 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ea9bb6..e7749c06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![DOI](https://zenodo.org/badge/318542339.svg)](https://zenodo.org/badge/latestdoi/318542339) [![Python tests](https://github.com/NDF-Poli-USP/spyro/actions/workflows/python-tests.yml/badge.svg)](https://github.com/NDF-Poli-USP/spyro/actions/workflows/python-tests.yml) -[![codecov](https://codecov.io/gh/Olender/spyro-1/graph/badge.svg?token=69M30UMRFD)](https://codecov.io/gh/Olender/spyro-1) +[![codecov](https://codecov.io/gh/NDF-Poli-USP/spyro/graph/badge.svg?token=8NM4N4N7YW)](https://codecov.io/gh/NDF-Poli-USP/spyro) spyro: seismic parallel inversion and reconstruction optimization framework ============================================