Skip to content

Commit

Permalink
ci: use octocov official action
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice committed Jun 3, 2024
1 parent fa00488 commit c6c4e99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ jobs:
pip install covimerage
covimerage write_coverage "${THEMIS_PROFILE}"
covimerage xml
- name: install octocov
uses: jaxxstorm/action-install-gh-release@v1.12.0
with:
repo: k1LoW/octocov
- uses: k1LoW/octocov-action@v1
- name: create filename
id: filename
run: echo "filename=badge-${{ runner.os }}-$(test \"${{ matrix.neovim }}\" = \"true\" && echo neovim || echo vim )-${{ matrix.version }}.svg" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c6c4e99

Please sign in to comment.