Skip to content

Commit f9abb7e

Browse files
committed
codecov
1 parent 54cc3c6 commit f9abb7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Run tests
3333
run: |
3434
oscript ./tasks/coverage.os
35-
36-
- uses: ashley-taylor/[email protected]
35+
36+
- name: Codecov
37+
uses: codecov/[email protected]
3738
if: always()
3839
with:
39-
access-token: ${{ secrets.GITHUB_TOKEN }}
40-
path: bdd-log-*.xml
40+
file: ./coverage/coverage.xml

0 commit comments

Comments
 (0)