Skip to content

Commit f021dc6

Browse files
committed
coverage badge
1 parent b1fa49f commit f021dc6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,6 @@ jobs:
277277
with:
278278
path: coverage
279279

280-
- name: setup GitHub Pages
281-
if: matrix.name == 'macos'
282-
uses: actions/configure-pages@v5
283-
284-
- name: deploy coverage to GitHub Pages
285-
if: matrix.name == 'macos'
286-
uses: actions/[email protected]
287-
288280
- uses: actions/[email protected]
289281
if: always()
290282
with:
@@ -296,7 +288,7 @@ jobs:
296288
runs-on: ubuntu-latest
297289
name: release
298290
needs: build
299-
if: github.ref == 'refs/heads/main'
291+
#if: github.ref == 'refs/heads/main'
300292

301293
env:
302294
GH_TOKEN: ${{ github.token }}
@@ -309,6 +301,12 @@ jobs:
309301
with:
310302
path: artifacts
311303

304+
- name: setup GitHub Pages
305+
uses: actions/configure-pages@v5
306+
307+
- name: deploy coverage to GitHub Pages
308+
uses: actions/[email protected]
309+
312310
- name: release tag version from cloudsync.h
313311
id: tag
314312
run: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SQLiteSync
22

3+
[![sqlite-sync coverage](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fsqliteai.github.io%2Fsqlite-sync%2F&search=%3Ctd%20class%3D%22headerItem%22%3EFunctions%3A%3C%5C%2Ftd%3E%5Cs*%3Ctd%20class%3D%22headerCovTableEntryHi%22%3E(%5B%5Cd.%5D%2B)%26nbsp%3B%25%3C%5C%2Ftd%3E&replace=%241%25&label=coverage&labelColor=rgb(85%2C%2085%2C%2085)%3B&color=rgb(167%2C%20252%2C%20157)%3B&link=https%3A%2F%2Fsqliteai.github.io%2Fsqlite-sync%2F)](https://sqliteai.github.io/sqlite-sync/)
4+
35
SQLiteSync is a powerful SQLite extension that provides a local-first experience using Conflict-Free Replicated Data Types (CRDTs). Designed to enable seamless data synchronization and collaboration, SQLiteSync allows developers to build distributed applications with minimal effort while leveraging the reliability and simplicity of SQLite.
46

57
## Key Features

0 commit comments

Comments
 (0)