Skip to content

Commit 3093c7a

Browse files
authored
Merge pull request #121 from w3bdesign/Add-codecov
Create codecov.yml
2 parents 21c1ac6 + 6741348 commit 3093c7a

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)