diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf63ad3..c136f38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Install Node dependencies run: npm ci - run: node --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.txt - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: javascript @@ -106,7 +106,7 @@ jobs: - run: python -m pytest -m "not selenium" env: PATH: $PATH:$(pwd)/bin - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: python @@ -134,7 +134,7 @@ jobs: python-version: ${{ matrix.python-version }} - run: python -m pip install -e .[test] - run: python -m pytest -m selenium - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: selenium