diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db753c1..65a8a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: cache: pip - run: pip install -e ".[dev]" - run: pytest tests/ -v --cov=goop_shield --cov-report=xml --cov-fail-under=75 -k "not enterprise" - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5 + - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5 if: matrix.python-version == '3.12' with: files: coverage.xml