Skip to content

Commit

Permalink
gc actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Mar 22, 2024
1 parent f29d45d commit b6f78ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
with:
go-version: "1.20"
- name: Generate the coverage output
run: make test-coverage
run: go tool cover -html=coverage.out -o coverage.html
- name: Send the coverage output
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage-all.out
path-to-profile: coverage.out
12 changes: 0 additions & 12 deletions install.md

This file was deleted.

0 comments on commit b6f78ef

Please sign in to comment.