Skip to content

Commit

Permalink
Merge pull request #6 from armhil/armhil-patch-1
Browse files Browse the repository at this point in the history
Add code coverage
  • Loading branch information
armhil committed Jun 17, 2024
2 parents c6996ba + ed40d95 commit f6438e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3.3.0
- run: npm ci
- run: npm test
- run: npm test -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: armhil/azure-blobs-content-uploader

# Runs a single command using the runners shell
- name: Upload Static Content
Expand Down

0 comments on commit f6438e8

Please sign in to comment.