Skip to content

Commit 595338f

Browse files
chore(deps): bump py-cov-action/python-coverage-comment-action
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@v3.40...63f52f4) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.41' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60aa718 commit 595338f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mem0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Store unit tests coverage
8787
id: coverage_comment
8888
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
89-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
89+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9090
with:
9191
GITHUB_TOKEN: ${{ github.token }}
9292
COVERAGE_PATH: integrations/mem0
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Store combined coverage
108108
if: github.event_name == 'push'
109-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
109+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
110110
with:
111111
GITHUB_TOKEN: ${{ github.token }}
112112
COVERAGE_PATH: integrations/mem0

.github/workflows/vespa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# On PR: generates coverage comment artifact. On push to main: stores coverage baseline on data branch.
8989
- name: Store unit tests coverage
9090
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
91-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
91+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}
9494
COVERAGE_PATH: integrations/vespa
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Store combined coverage
106106
if: github.event_name == 'push'
107-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
107+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
108108
with:
109109
GITHUB_TOKEN: ${{ github.token }}
110110
COVERAGE_PATH: integrations/vespa

0 commit comments

Comments
 (0)