We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6f492 commit bb8eb54Copy full SHA for bb8eb54
.github/workflows/go.yml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Check out code into the Go module directory
29
uses: actions/checkout@v2
30
+ with:
31
+ fetch-depth: 2
32
33
- name: Build and upload coverage to Codecov
34
env:
0 commit comments