changeset 445:cb1e1ffc34ee

Upload results to Codecov
author Amine Sehili <amine.sehili@gmail.com>
date Thu, 31 Oct 2024 09:29:03 +0100
parents dde9d076e6ee
children c991dfbd5bc1
files .github/workflows/ci.yml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci.yml	Thu Oct 31 09:24:40 2024 +0100
+++ b/.github/workflows/ci.yml	Thu Oct 31 09:29:03 2024 +0100
@@ -37,3 +37,8 @@
 
     - name: Run tests
       run: pytest -s  -p no:warnings --cov --cov-report=xml tests
+
+    - name: Upload results to Codecov
+      uses: codecov/codecov-action@v4
+      with:
+        token: ${{ secrets.CODECOV_TOKEN }}