Skip to content

Commit

Permalink
Add "Check" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tkukushkin committed Mar 16, 2024
1 parent ffc4004 commit e311241
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: .tox/coverage.xml
flags: flags-${{ matrix.python-version }}
name: name-${{ matrix.python-version }}
flags: ${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit e311241

Please sign in to comment.