Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Apr 21, 2024
1 parent 816503c commit 5e2da62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: make test-cover
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: dnaeon/makefile-graph

0 comments on commit 5e2da62

Please sign in to comment.