Skip to content

Commit f6438e8

Browse files
authored
Merge pull request #6 from armhil/armhil-patch-1
Add code coverage
2 parents c6996ba + ed40d95 commit f6438e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v3.3.0
3131
- run: npm ci
32-
- run: npm test
32+
- run: npm test -- --coverage
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v4.0.1
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}
37+
slug: armhil/azure-blobs-content-uploader
3338

3439
# Runs a single command using the runners shell
3540
- name: Upload Static Content

0 commit comments

Comments
 (0)