Skip to content

Commit

Permalink
style: upload coverage right after running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Dec 4, 2024
1 parent 0b3686c commit 1545d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
- name: "unit(test): perform unit test checks"
run: npm test

- name: "build: package code for distribution"
run: npm run build

- name: "unit(test): upload coverage to CodeCov"
uses: codecov/[email protected]
with:
directory: ./coverage
token: ${{ secrets.CODECOV_TOKEN }}

- name: "build: package code for distribution"
run: npm run build

- name: "pretest(inputs): save the push event trigger commit URL"
if: "contains(github.event_name, 'push')"
run: |
Expand Down

0 comments on commit 1545d0f

Please sign in to comment.