Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage --skip_flakey_fails -api lib/galaxy_test/api -- --num-shards=2 --shard-id=${{ matrix.chunk }}
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: api
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cwl_conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage --skip_flakey_fails -cwl lib/galaxy_test/api/cwl -- -m "${{ matrix.marker }} and ${{ matrix.conformance-version }}"
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: cwl-conformance
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/framework_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run tests
run: GALAXY_TEST_USE_LEGACY_TOOL_API="${{ matrix.use-legacy-api }}" ./run_tests.sh --coverage --framework-tools
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: framework
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/framework_workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage --framework-workflows
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: framework-workflows
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
. .ci/minikube-test-setup/start_services.sh
./run_tests.sh --coverage -integration test/integration -- --num-shards=4 --shard-id=${{ matrix.chunk }}
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: integration
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage -integration test/integration_selenium
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: integration-selenium
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage --main_tools
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: main-tools
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage -playwright lib/galaxy_test/selenium -- --num-shards=3 --shard-id=${{ matrix.chunk }}
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: playwright
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage -selenium lib/galaxy_test/selenium -- --num-shards=3 --shard-id=${{ matrix.chunk }}
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: selenium
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tool_form_harness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run tests
run: ./run_tests.sh --coverage -playwright lib/galaxy_test/selenium/test_tool_form_harness.py
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: tool-form-harness
working-directory: 'galaxy root'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run tests
run: tox -e unit-coverage
working-directory: 'galaxy root'
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
flags: py-unit
working-directory: 'galaxy root'
Expand Down
Loading