branch: elpa/flymake-pyrefly
commit 372add4d6e147d5323d1affd0cfd2589705f46f8
Author: Boris Shminke <[email protected]>
Commit: Boris Shminke <[email protected]>
upload to Codecov
---
.github/workflows/main.yml | 4 ++++
test/test-flymake-pyrefly.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1f3b8fbde50..841a84b173b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,6 +29,10 @@ jobs:
run: |
export PYREFLY_BIN_DIR=$(pwd)/.venv/bin
make test
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
- name: Compile
run: |
make compile
diff --git a/test/test-flymake-pyrefly.el b/test/test-flymake-pyrefly.el
index e8c3d275cd1..27a6cd09296 100644
--- a/test/test-flymake-pyrefly.el
+++ b/test/test-flymake-pyrefly.el
@@ -21,7 +21,7 @@
;;; Code:
(when (require 'undercover nil t)
(undercover "flymake-pyrefly.el"
- (:report-format 'lcov)
+ (:report-format 'codecov)
(:send-report nil)))
(require 'flymake-pyrefly)
(require 'flymake)