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 7316ab5 commit 29285e8Copy full SHA for 29285e8
1 file changed
.github/workflows/ci.yml
@@ -27,16 +27,13 @@ jobs:
27
uses: DeterminateSystems/magic-nix-cache-action@v13
28
29
- name: Run Tests
30
- run: nix develop --command go tool ginkgo run -coverprofile=coverage.out -covermode=atomic ./...
+ run: nix develop --command go tool ginkgo run -r -coverprofile=coverage.out -covermode=atomic ./...
31
32
- name: Run octocov
33
uses: k1LoW/octocov-action@v1
34
with:
35
github-token: ${{ secrets.GITHUB_TOKEN }}
36
37
- - name: Run golangci-lint
38
- run: nix develop --command golangci-lint run
39
-
40
release:
41
needs: build
42
if: github.event_name == 'push'
0 commit comments