mirror of
https://github.com/caronc/apprise.git
synced 2025-06-21 18:21:29 +02:00
add test analytics (#1321)
This commit is contained in:
parent
d8c1ae3cad
commit
513eb194fe
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@ -126,7 +126,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
coverage run -m pytest
|
||||
coverage run -m pytest --junitxml=test-results.xml
|
||||
|
||||
- name: Process coverage data
|
||||
run: |
|
||||
@ -140,3 +140,10 @@ jobs:
|
||||
files: ./coverage.xml
|
||||
fail_ci_if_error: false
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Upload test results
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ./test-results.xml
|
||||
fail_ci_if_error: false
|
||||
type: test-results
|
||||
|
Loading…
x
Reference in New Issue
Block a user