Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit b0cfdc4

Browse files
author
Holger Lösken
committed
Add codecov
1 parent 6e3b1a8 commit b0cfdc4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ jobs:
4747
env:
4848
APP_ENV: testing
4949

50+
- uses: codecov/codecov-action@v1
51+
name: Push coverage to codecov
52+
with:
53+
token: ${{ secrets.CODECOV_TOKEN }}
54+
file: ./clover.xml
55+
flags: unittests
56+
name: codecov-umbrella
57+
fail_ci_if_error: true

0 commit comments

Comments
 (0)