]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
switch to codecov-action@v4 take 2
authorBob Halley <halley@dnspython.org>
Thu, 1 Feb 2024 20:43:16 +0000 (12:43 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 4 Feb 2024 21:36:03 +0000 (13:36 -0800)
(cherry picked from commit d5e29c19e41d19b38514c6d62c83830681b32aa3)

.github/workflows/python-package.yml

index 46b5b26c395110f1ace052b9e9bf1d163a476b72..874081d1f10c12f7aebf651b0405726baa1294a2 100644 (file)
@@ -62,4 +62,5 @@ jobs:
         files: ./coverage.xml
         flags: unittests
         name: codecov-umbrella
-      env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+      env:
+        CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}