Skip to content

Commit d37e8d3

Browse files
committed
Submit coverage data to codecov
1 parent 80fe16e commit d37e8d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ jobs:
7373
toolchain: stable
7474
override: true
7575
- uses: actions-rs/tarpaulin@v0.1
76+
- uses: codecov/codecov-action@v1.0.2
77+
with:
78+
token: ${{secrets.CODECOV_TOKEN}}
79+
- uses: actions/upload-artifact@v1
80+
with:
81+
name: code-coverage-report
82+
path: cobertura.xml

0 commit comments

Comments
 (0)