Skip to content

Commit

Permalink
chore:remove codecov token (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Apr 26, 2021
1 parent 1a03b2a commit d6152f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
run: |
go test ./... -short -coverprofile=coverage.out -covermode=atomic -timeout=20m
- uses: codecov/codecov-action@v1
with:
token: "89982880-a53b-4a3a-9bdd-3dc9c78bd190"
with:
files: ./coverage.out
flags: unit-tests
name: coverage
Expand Down

0 comments on commit d6152f4

Please sign in to comment.