Skip to content

Commit

Permalink
Update uploading for codecov (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-bunin authored Aug 13, 2024
1 parent a910b36 commit f2c2fde
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
poetry run pytest etna -v --doctest-modules --ignore=etna/libs --durations=10
- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-pandas-versions:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -116,6 +118,3 @@ jobs:
poetry run pytest tests/test_datasets -v --cov=etna --cov-report=xml --durations=10
poetry run pytest tests/test_transforms -v --cov=etna --cov-report=xml --durations=10
poetry run pytest tests/test_models/test_utils.py -v --cov=etna --cov-report=xml --durations=10
- name: Upload coverage
uses: codecov/codecov-action@v2

0 comments on commit f2c2fde

Please sign in to comment.