Skip to content

Commit 1abebf0

Browse files
⬆️ Bump codecov/codecov-action from v1.0.14 to v1.0.15 (#202)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.14 to v1.0.15. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v1.0.14...239febf) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b49755e commit 1abebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: pytest --cov=adguardhome --cov-report=xml
4747
- name: Upload coverage to Codecov
4848
if: matrix.python == 3.7 && matrix.os == 'ubuntu'
49-
uses: codecov/codecov-action@v1.0.14
49+
uses: codecov/codecov-action@v1.0.15
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
file: ./coverage.xml

0 commit comments

Comments
 (0)