Skip to content

Commit

Permalink
clean up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tonimelisma committed Feb 25, 2024
1 parent 25dadbf commit 1c5f142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: go test -v -coverprofile=profile.cov ./...

- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov

0 comments on commit 1c5f142

Please sign in to comment.