There was an error while loading. Please reload this page.
1 parent 269e478 commit 25f877dCopy full SHA for 25f877d
1 file changed
.github/workflows/test.yml
@@ -34,3 +34,9 @@ jobs:
34
35
- name: Run the tests
36
run: pnpm coverage
37
+
38
+ - name: Upload coverage reports to Codecov
39
+ uses: codecov/codecov-action@v5
40
+ with:
41
+ token: ${{ secrets.CODECOV_TOKEN }}
42
+ slug: h3ravel/framework
0 commit comments