Skip to content

Commit

Permalink
Merge pull request #7 from shogo82148/bump-codedov-action-v2
Browse files Browse the repository at this point in the history
bump codecov/codecov-action@v2
  • Loading branch information
rhysd authored Jul 21, 2021
2 parents 6c6c9b3 + 50b690e commit ab55c4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies on macOS
Expand Down Expand Up @@ -44,7 +46,9 @@ jobs:
- run: go tool cover -func ./coverage.txt
# Dog fooding 🐶
- run: ./actionlint -color
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
env_vars: OS
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab55c4f

Please sign in to comment.