We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05c03b commit fb272e7Copy full SHA for fb272e7
.github/workflows/codecov.yaml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
ci:
13
- name: CI check and codecov on every push
+ name: Codecov on every push
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
@@ -21,13 +21,6 @@ jobs:
21
with:
22
go-version: '1.24'
23
24
- - name: Setup necessary packages
25
- run: |
26
- sudo apt update && sudo apt install libvips-dev -y
27
-
28
- - name: run test cases
29
- run: make && make test
30
31
- name: Codecov
32
uses: codecov/codecov-action@v2
33
0 commit comments