Skip to content

Commit

Permalink
Merge pull request #5 from hvalev/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-3

Bump codecov/codecov-action from 1 to 3
  • Loading branch information
hvalev authored Jul 16, 2023
2 parents b7cb466 + 0d9728b commit 960fcb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
pytest --cov=./py_markdown_table/ ./tests/tests.py --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: |
pytest --cov=./py_markdown_table/ ./tests/tests.py --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit 960fcb8

Please sign in to comment.