We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1dcf4 commit d40e1efCopy full SHA for d40e1ef
.github/workflows/ci.yml
@@ -50,6 +50,7 @@ jobs:
50
uses: codecov/codecov-action@v3
51
with:
52
name: "${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.python-arch }}"
53
+ token: ${{ secrets.CODECOV_TOKEN }}
54
55
vim-tests:
56
strategy:
@@ -71,7 +72,7 @@ jobs:
71
72
- name: Install dependencies
73
run: sudo -H pip3 install -r python/test_requirements.txt
74
- name: Install Java
- uses: actions/setup-java@v2
75
+ uses: actions/setup-java@v3
76
77
java-version: 17
78
distribution: 'temurin'
@@ -90,3 +91,4 @@ jobs:
90
91
92
93
name: "vim-tests-${{ matrix.vim }}"
94
0 commit comments