Skip to content

Commit

Permalink
testing with GitHub coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 21, 2024
1 parent 7e4d1bd commit afb5b0f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,21 @@ 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
coverage: 'github'
- linux: py310-cov-xdist
coverage: 'github'
- macos: py311-cov-xdist
coverage: 'github'
- linux: py311-cov-xdist
coverage: 'codecov'
coverage: 'github'
- linux: py311-downstreamdeps-cov-xdist
coverage: 'codecov'
- linux: py312-xdist-nolegacypath
coverage: 'github'
- linux: py312-xdist-nolegacypath-cov
coverage: 'github'
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
Expand Down

0 comments on commit afb5b0f

Please sign in to comment.