Skip to content

Commit 6741348

Browse files
authored
Create codecov.yml
1 parent 21c1ac6 commit 6741348

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- name: Upload coverage reports to Codecov
2+
uses: codecov/codecov-action@v4.0.1
3+
with:
4+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)