Skip to content

Commit 55600e5

Browse files
authored
Create ci.yml
1 parent 318e25d commit 55600e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)