Skip to content

Commit

Permalink
Merge branch 'main' into remove_defusedxml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed May 16, 2024
2 parents 9cf94e1 + 8a9a2c7 commit 5c79b56
Show file tree
Hide file tree
Showing 28 changed files with 68,122 additions and 127 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ jobs:

- run: poetry install --no-interaction --no-root

- name: Test
run: |
poetry run pytest --cov=./ --cov-report=xml -v
- name: Run sanity check on the API endpoints
run: poetry run pytest -m sanity -vvv

- name: Run unit tests
run: poetry run pytest -m "not (sanity or integration)" --cov=./ --cov-report=xml -v

- name: Run integration tests
run: poetry run pytest -m integration

- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
Expand Down
Loading

0 comments on commit 5c79b56

Please sign in to comment.