Skip to content
Snippets Groups Projects
Commit 8c5d6e9a authored by Timothe Jost's avatar Timothe Jost
Browse files

updating codecov secret and CI/CD

parent 475e07b3
No related branches found
No related tags found
No related merge requests found
Pipeline #156434 passed
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
run: pdm run pytest run: pdm run pytest
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v5
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml files: ./coverage.xml
\ No newline at end of file \ No newline at end of file
__version__ = "0.0.86" __version__ = "0.0.87"
from . import loggs from . import loggs
from .pipes import * from .pipes import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment