From 965e0fa231053b566d696900ed8d1768d064e8be Mon Sep 17 00:00:00 2001 From: mshannon-sil Date: Fri, 2 Aug 2024 18:38:31 -0400 Subject: [PATCH 1/2] update shared_file_uri --- machine/jobs/settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/jobs/settings.yaml b/machine/jobs/settings.yaml index 4bce29d..b787b6d 100644 --- a/machine/jobs/settings.yaml +++ b/machine/jobs/settings.yaml @@ -1,6 +1,6 @@ default: data_dir: ~/machine - shared_file_uri: s3://aqua-ml-data/ + shared_file_uri: s3://silnlp/ shared_file_folder: production pretranslation_batch_size: 1024 huggingface: From 9a5059632f39713eed9ecef1c4c2f2255cd3c974 Mon Sep 17 00:00:00 2001 From: mshannon-sil Date: Mon, 5 Aug 2024 11:27:48 -0400 Subject: [PATCH 2/2] update codecov to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d3df70..a88c493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Test with pytest run: poetry run pytest --cov --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}