Skip to content

Changed max jira results to 500 #296

Changed max jira results to 500

Changed max jira results to 500 #296

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install ".[github,gitlab,jira,azure,dev]"
- run: pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
flags: unittests
name: codecov-coverage
fail_ci_if_error: true