Skip to content

Commit

Permalink
Another try at adding codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
msteinert committed Nov 30, 2023
1 parent fb46dfb commit 49ee4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codecov.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: Test
run: sudo go test -v ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 49ee4c8

Please sign in to comment.