Skip to content

Commit

Permalink
fixing minio config workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pratiksha Sankhe <[email protected]>
  • Loading branch information
psankhe28 committed Oct 13, 2024
1 parent 8b9ba20 commit f767a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
poetry run pytest \
--cov-report term \
--cov-report xml:test_minio.xml \
--cov=tests/test_minio
--cov=tests/test_integration/test_minio
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit f767a62

Please sign in to comment.