Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ jobs:
git add --all .
git commit -m 'clang report: Automatic update'

- name: Update PVS report
run: |
cd "${NEOVIM_DIR}"
make distclean
${GITHUB_WORKSPACE}/ci/pvs-report.sh
cd "$DOC_DIR"
git add --all .
git commit -m 'pvs-report: Automatic update'

- name: Update vimpatch report
run: |
python -m pip install --user requests
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This repo contains automation scripts and CI configuration to run the scripts.
- [user/ docs](https://neovim.io/doc/user)
- Build reports:
- [Clang report](https://neovim.io/doc/reports/clang)
- [PVS-studio report](https://neovim.io/doc/reports/pvs)
- [Vimpatch report](https://neovim.io/doc/reports/vimpatch)

## Run Locally
Expand Down
58 changes: 0 additions & 58 deletions ci/pvs-report.sh

This file was deleted.