Skip to content

Bump @codecov/webpack-plugin from 0.0.1-beta.5 to 1.6.0 #61

Bump @codecov/webpack-plugin from 0.0.1-beta.5 to 1.6.0

Bump @codecov/webpack-plugin from 0.0.1-beta.5 to 1.6.0 #61

Workflow file for this run

name: 🧪 Unit Tests (Jest)
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: 🧪 Unit Tests (Jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 📦 Install modules
run: npm install
- name: ⚙️ Run tests
run: npm run test --coverage