Skip to content

Commit d1bc658

Browse files
committed
CI: Submit coverage to codecov
1 parent 4993391 commit d1bc658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
uses: GabrielBB/xvfb-action@v1
9696
with:
9797
run: pytest -sv --no-xvfb --doctest-modules --cov niworkflows niworkflows
98+
- uses: codecov/codecov-action@v2
99+
name: Submit to CodeCov
98100

99101
flake8:
100102
if: "!contains(github.event.head_commit.message, '[skip ci]')"

0 commit comments

Comments
 (0)