Skip to content

Commit

Permalink
Add codecov token for coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Mar 23, 2024
1 parent 3a7b796 commit 49fc99b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
files: testreports/unit/clover.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
name: RCMCardDAV unit test coverage

dbinterop-sqlite3:
Expand All @@ -77,6 +78,7 @@ jobs:
with:
files: testreports/dbinterop-sqlite3/clover.xml
flags: dbinterop-sqlite3
token: ${{ secrets.CODECOV_TOKEN }}
name: RCMCardDAV SQLite3 database interoperability test coverage

dbinterop-mysql:
Expand Down Expand Up @@ -132,6 +134,7 @@ jobs:
with:
files: testreports/dbinterop-mysql/clover.xml
flags: dbinterop-mysql
token: ${{ secrets.CODECOV_TOKEN }}
name: RCMCardDAV MySQL database interoperability test coverage

dbinterop-postgres:
Expand Down Expand Up @@ -174,4 +177,5 @@ jobs:
with:
files: testreports/dbinterop-postgres/clover.xml
flags: dbinterop-postgres
token: ${{ secrets.CODECOV_TOKEN }}
name: RCMCardDAV PostgreSQL database interoperability test coverage

0 comments on commit 49fc99b

Please sign in to comment.