fix py code cov (#92)

This commit is contained in:
l5y
2025-09-16 12:10:17 +02:00
committed by GitHub
parent 49dcfebfb3
commit f16393eafd
+4 -1
View File
@@ -36,12 +36,15 @@ jobs:
if: always()
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: reports/python-coverage.xml
flags: python-ingestor
name: python-ingestor
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
if: always()
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: reports/python-junit.xml
flags: python-ingestor