Skip to content

Commit

Permalink
fixing syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bhaumik authored and Rohan Bhaumik committed Sep 26, 2023
1 parent a63a2bb commit 673346e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
run: |
poetry run pytest --cov bbot ${{ env.CODECOV_ATS_TESTS }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: smart-tests
plugins: pycoverage,compress-pycoverage
verbose: true
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: smart-tests
plugins: pycoverage,compress-pycoverage
verbose: true
# update_docs:
# needs: test
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 673346e

Please sign in to comment.