Skip to content

Commit

Permalink
Merge pull request #253 from mnfst/feature/fixes-and-improvements-dec-24
Browse files Browse the repository at this point in the history
Feature/fixes and improvements dec 24
  • Loading branch information
brunobuddy authored Dec 18, 2024
2 parents 387bf23 + 454defc commit 03fc60f
Show file tree
Hide file tree
Showing 21 changed files with 8,995 additions and 8,616 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Code coverage
on: [pull_request]
jobs:
run:
runs-on: ubuntu-latest

env:
HUSKY: 0

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies (workspaces)
run: npm ci --workspaces --ignore-scripts
- name: Run tests and collect coverage
run: npm run test:cov
working-directory: ./packages/core/manifest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
16 changes: 0 additions & 16 deletions .github/workflows/hacktoberfest-label.yml

This file was deleted.

Loading

0 comments on commit 03fc60f

Please sign in to comment.