Skip to content

Commit

Permalink
fixup! build: test commit to fix goveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jan 27, 2022
1 parent 09289a2 commit bc52d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Send btcec
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: btcec/coverage.txt
working-directory: ${{ env.GOPATH}}/github.com/btcsuite/btcd/btcec
path-to-profile: coverage.txt
working-directory: ${{ env.GOPATH}}/src/github.com/btcsuite/btcd/btcec

- name: Send btcutil coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit bc52d84

Please sign in to comment.