Skip to content

Commit 2172664

Browse files
committed
codecov
1 parent 54cc3c6 commit 2172664

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ jobs:
3737
if: always()
3838
with:
3939
access-token: ${{ secrets.GITHUB_TOKEN }}
40-
path: bdd-log-*.xml
40+
path: bdd-log-*.xml
41+
42+
- name: Codecov
43+
uses: codecov/[email protected]
44+
with:
45+
file: ./coverage/coverage.xml

0 commit comments

Comments
 (0)