Skip to content

Commit

Permalink
fix(ci): ajoute le jeton Codecov et des flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 2, 2024
1 parent 8f3ce1d commit abb82a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
with:
env_vars: OS,PYTHON
flags: unittests
name: Code Coverage for unittests on [${{ matrix.os }}.python-${{ matrix.python-version }}]

integration-test:
strategy:
Expand Down

0 comments on commit abb82a9

Please sign in to comment.