summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-06-11 17:25:05 -0700
committerGitHub <noreply@github.com>2022-06-11 17:25:05 -0700
commit213be11f4e91fbcc85b19d23a46d649fc0772813 (patch)
tree898d740ee28e840682cd7d042258dcd28d86ab0e
parent9dcd54b2cd779acecd78bf927d596c98412f56d7 (diff)
parent8e5257e6a05b0575e132e3b55954649686d89260 (diff)
downloaddnspython-213be11f4e91fbcc85b19d23a46d649fc0772813.tar.gz
Merge pull request #819 from rthalley/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
-rw-r--r--.github/workflows/python-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 7206ce9..3662c15 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -49,7 +49,7 @@ jobs:
run: |
poetry run pytest --cov=dns --cov-branch --cov-report=xml:coverage.xml
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
flags: unittests