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] 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)