Skip to content

Commit

Permalink
fix: ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Sep 23, 2024
1 parent ca374da commit b8739dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ https://www.npmjs.com/package/@risc0/ui

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-40.8%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-78.49%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-69.81%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-40.8%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-40.88%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-81.72%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-75.47%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-40.88%25-red.svg?style=flat) |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.172",
"version": "0.0.173",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion stories/button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { RocketIcon } from "lucide-react";
/* c8 ignore start */
import { RocketIcon } from "lucide-react";
import { Button } from "../button";

export function Default() {
Expand Down
2 changes: 1 addition & 1 deletion stories/use-local-storage.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Button } from "button";
/* c8 ignore start */
import { Button } from "button";
import { useLocalStorage } from "../hooks/use-local-storage";
import { Input } from "../input";
import { Label } from "../label";
Expand Down
2 changes: 1 addition & 1 deletion stories/use-mounted.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useEffect, useState } from "react";
/* c8 ignore start */
import { useEffect, useState } from "react";
import { useMounted } from "../hooks/use-mounted";

export function Default() {
Expand Down

0 comments on commit b8739dd

Please sign in to comment.