added coveralls report

This commit is contained in:
Matthias Mair 2023-11-24 00:02:05 +01:00
parent 15f36dc3aa
commit 34a6b20cec
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -212,6 +212,10 @@ jobs:
run: python3 ci/check_migration_files.py
- name: Coverage Tests
run: invoke test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload Coverage Report
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # pin@v2.2.3
with: