Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/unkmonster/tmd2
Browse files Browse the repository at this point in the history
  • Loading branch information
unkmonster committed Aug 30, 2024
2 parents cd046e2 + 0b3ec68 commit badf4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
run: go test -race -covermode atomic -coverprofile=covprofile ./...

- name: Install goveralls
if: ${{!startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'}}
if: ${{!startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'}}
run: go install github.com/mattn/goveralls@latest

- name: Update coverage
if: ${{!startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'}}
if: ${{!startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'}}
env:
COVERALLS_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
run: goveralls -coverprofile=covprofile -service=github
Expand All @@ -64,4 +64,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v2
with:
files: ./bin/*
files: ./bin/*

0 comments on commit badf4af

Please sign in to comment.