]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
switch to codecov-action@v4
authorBob Halley <halley@dnspython.org>
Thu, 1 Feb 2024 20:42:22 +0000 (12:42 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 1 Feb 2024 20:42:22 +0000 (12:42 -0800)
.github/workflows/python-package.yml

index dea4bd6e77bac84a587edd21811885e027b70032..c7755c054f3780ccc279ff490410ad4953c639e5 100644 (file)
@@ -55,8 +55,9 @@ jobs:
       run: |
         pytest --cov=dns --cov-branch --cov-report=xml:coverage.xml
     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3
+      uses: codecov/codecov-action@v4
       with:
         files: ./coverage.xml
         flags: unittests
         name: codecov-umbrella
+      env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}