Loading .github/workflows/test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v4.5.0 uses: codecov/codecov-action@v4.6.0 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -101,7 +101,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.5.0 uses: codecov/codecov-action@v4.6.0 with: files: ./coverage.xml flags: unit Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 38.103.1 rev: 38.110.2 hooks: - id: renovate-config-validator requirements-test.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt build==1.2.2 build==1.2.2.post1 coverage==7.6.1 pytest-console-scripts==1.4.1 pytest-cov==5.0.0 Loading Loading
.github/workflows/test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v4.5.0 uses: codecov/codecov-action@v4.6.0 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} Loading @@ -101,7 +101,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage uses: codecov/codecov-action@v4.5.0 uses: codecov/codecov-action@v4.6.0 with: files: ./coverage.xml flags: unit Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 38.103.1 rev: 38.110.2 hooks: - id: renovate-config-validator
requirements-test.txt +1 −1 Original line number Diff line number Diff line -r requirements.txt build==1.2.2 build==1.2.2.post1 coverage==7.6.1 pytest-console-scripts==1.4.1 pytest-cov==5.0.0 Loading