Skip to content

Commit 61ef308

Browse files
committed
Codecov checks
1 parent 18cb6e3 commit 61ef308

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
on:
22
- push
3+
4+
name: Codecov checks
5+
36
jobs:
47
code-coverage:
58
name: Code Coverage
6-
79
runs-on: ${{ matrix.os }}
8-
910
steps:
1011
- name: Checkout
1112
uses: actions/checkout@v3
@@ -38,4 +39,4 @@ jobs:
3839
- name: Send code coverage report to Codecov.io
3940
uses: codecov/codecov-action@v3
4041
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)