Skip to content

Commit

Permalink
Fixed coverage metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 11, 2024
1 parent 86f8222 commit be4beac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ jobs:
working-directory: ../integration-test-docker-environment

- name: Run Tests
run: poetry run pytest tests
run: poetry run nox -s coverage

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: .coverage
path: .coverage

metrics:
needs: [ fast-tests ]
Expand Down

0 comments on commit be4beac

Please sign in to comment.