Skip to content

Commit

Permalink
Add codecov token to config file (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendc authored Jul 4, 2024
1 parent c654f7a commit c2bf8d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
codecov:
token: 25dd913a-2bf1-4be3-b13e-c06b079a4438

coverage:
range: 80..100
round: down
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: make cover

- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit c2bf8d8

Please sign in to comment.