Skip to content

fix: Don't change fragment capitalisation (#169) #370

fix: Don't change fragment capitalisation (#169)

fix: Don't change fragment capitalisation (#169) #370

Workflow file for this run

name: Code Coverage
on: [push, pull_request]
jobs:
release:
name: Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Run the tests
run: npm test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1