fix(codecov): fix codecov argument and yaml file (#1399)

* fix(codecov): fix codecov argument and yaml file

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

* ci: set the codecov status to success even if the CI fails

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>

---------

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
This commit is contained in:
Cesar Berrospi Ramis
2025-04-15 18:12:57 +02:00
committed by GitHub
parent 550b1ca2f8
commit fa7fc9e63d
2 changed files with 8 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
- name: Run examples
run: |
for file in docs/examples/*.py; do