diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5ff1db26..45c2f453b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: pytest -vv --cov python_ta --cov-config=.coveragerc --cov-report lcov --ignore=tests/test_type_constraints --ignore=tests/test_type_inference tests --ignore=tests/test_debug/test_accumulation_table.py --ignore=tests/test_debug/test_recursion_table.py --ignore=tests/test_debug/test_snapshot_tracer.py pytest -vv tests/test_debug/test_accumulation_table.py tests/test_debug/test_recursion_table.py tests/test_debug/test_snapshot_tracer.py - name: Upload test coverage to coveralls.io - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 env: github-token: ${{ secrets.GITHUB_TOKEN }} with: @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 env: github-token: ${{ secrets.GITHUB_TOKEN }} with: