Skip to content

Commit 6293310

Browse files
authored
Update codecov.yml
1 parent 18cb6e3 commit 6293310

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
jobs:
44
code-coverage:
55
name: Code Coverage
6-
76
runs-on: ${{ matrix.os }}
8-
97
steps:
108
- name: Checkout
119
uses: actions/checkout@v3
@@ -38,4 +36,4 @@ jobs:
3836
- name: Send code coverage report to Codecov.io
3937
uses: codecov/codecov-action@v3
4038
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
39+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)