Skip to content

Commit

Permalink
adds codecov token over secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
derNarr committed Apr 25, 2024
1 parent f78a34b commit ed722c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Get full Python version
id: full-python-version
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")
- name: Display Python version
run: python -c "import sys; print('-'.join(str(v) for v in sys.version_info))"

- name: Setup poetry
uses: abatilo/actions-poetry@v2
Expand All @@ -51,4 +50,5 @@ jobs:
with:
file: ./coverage.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON

0 comments on commit ed722c4

Please sign in to comment.