You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,11 @@ This repository uses [Vitest](https://vitest.dev/) for testing and generating co
12
12
-[Next.js](https://nextjs.org/)
13
13
-[Vitest](https://vitest.dev/)
14
14
- Run tests with `npm test`
15
-
- An account on Qlty (free for open source)
16
-
-`QLTY_COVERAGE_TOKEN` is set as a GitHub Actions [repository secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)
15
+
- An account on [Qlty Cloud](https://qlty.sh) (free)
16
+
17
+
> [!NOTE]
18
+
>
19
+
> This repository is using GitHub's OpenID Connect (OIDC) to authenticate the coverage upload with Qlty Cloud instead of storing a coverage token as a GitHub Actions secret.
0 commit comments