diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-22 19:05:33 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-22 19:05:33 +0100 |
commit | e5492609b3a153c631f1d600ecdef1af1c913bef (patch) | |
tree | 8ac8edf36add01afc1be922eadf91059d12ebd94 /Filelist | |
parent | 58a52f215a568b32c8a3aec0ccdb383f1a76dba0 (diff) | |
download | vim-git-e5492609b3a153c631f1d600ecdef1af1c913bef.tar.gz |
patch 8.2.2192: Codecov on github actions failsv8.2.2192
Problem: Codecov on github actions fails.
Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ SRC_ALL = \ .lgtm.yml \ .travis.yml \ .cirrus.yml \ - .github/workflows/ci-windows.yaml \ + .github/workflows/ci.yml \ .github/workflows/codeql-analysis.yml \ .github/CODEOWNERS \ appveyor.yml \ |