1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

coverage to xml

This commit is contained in:
deadc0de6
2023-11-26 18:13:05 +01:00
committed by deadc0de
parent 6e5cc6cbe5
commit c93da3aa37
3 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: .coverage
files: coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

1
.gitignore vendored
View File

@@ -13,6 +13,7 @@ venv
.coverage*
htmlcov
coverages/
coverage.xml
# IDE
.idea/

1
tests.sh vendored
View File

@@ -41,6 +41,7 @@ echo "tests-ng..."
# merge coverage
coverage combine coverages/*
coverage xml
# test doc
echo "checking documentation..."