Skip to content

Commit

Permalink
ci(actions): upload code cov as one
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Apr 21, 2023
1 parent c64a96e commit 35d95f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,20 +127,9 @@ jobs:
- name: 🥳 Run Tests (project-wide)
run: |
pnpm test
- name: 📤 Upload Frontend coverage to Codecov
- name: 📤 Upload Code coverage to Codecov
uses: codecov/codecov-action@v3
if: ${{ !github.event.act }}
with:
flags: unittests-frontend # optional
name: codecov-frontend # optional
working-directory: frontend
- name: 🥸 Upload Backend coverage to Codecov
uses: codecov/codecov-action@v3
if: ${{ !github.event.act }}
with:
flags: unittests-backend # optional
name: codecov-backend # optional
working-directory: backend
- uses: actions/upload-artifact@v3
if: ${{ !github.event.act }}
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"frontend",
"backend"
],
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@8.3.1",
"engines": {
"node": ">=18",
"pnpm": ">=7",
Expand Down

0 comments on commit 35d95f7

Please sign in to comment.