From 542ec9e1d4707d5a5ad22f6737c80e272d6d22ba Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 24 Jun 2024 13:41:06 -0400 Subject: [PATCH] test with GitHub coverage upload --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 677b1272..f446dca1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,17 +19,17 @@ concurrency: jobs: test: - uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 + uses: zacharyburnett/github-actions-workflows/.github/workflows/tox.yml@tox/coverage_github_actions with: envs: | - linux: py310-oldestdeps-cov-xdist - linux: py310-xdist - macos: py311-xdist - linux: py311-cov-xdist - coverage: 'codecov' - linux: py311-downstreamdeps-cov-xdist - coverage: 'codecov' - - linux: py312-xdist-nolegacypath + coverage: github + - linux: py312-nolegacypath-cov-xdist + coverage: github test_downstream: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: