We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6996ba + ed40d95 commit f6438e8Copy full SHA for f6438e8
.github/workflows/main.yml
@@ -29,7 +29,12 @@ jobs:
29
- name: Setup Node.js environment
30
uses: actions/setup-node@v3.3.0
31
- run: npm ci
32
- - run: npm test
+ - 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
38
39
# Runs a single command using the runners shell
40
- name: Upload Static Content
0 commit comments