Skip to content

Commit

Permalink
Outillage : ajoute le jeton Codecov et des flags (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Jul 2, 2024
2 parents 8f3ce1d + abb82a9 commit b7176b5
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 b7176b5

Please sign in to comment.