Skip to content

Commit

Permalink
Tweak codecov upload approach. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbishop-intuit authored Aug 20, 2021
1 parent 6e9d46d commit 5097279
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,10 @@ jobs:
${{ runner.os }}-go-
- name: Run build
run: make
- name: Generate code coverage artifacts
uses: actions/upload-artifact@v2
- name: Upload code coverage information to codecov.io
uses: codecov/codecov-action@v2
with:
name: code-coverage
path: coverage.out
coverage:
runs-on: ubuntu-latest
needs:
- build
steps:
- name: Get code coverage artifact
uses: actions/download-artifact@v2
with:
name: code-coverage
- name: Upload code coverage information to codecov.io
uses: codecov/codecov-action@v2
with:
files: coverage.out
files: coverage.out
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5097279

Please sign in to comment.