Skip to content

Commit

Permalink
Merge pull request #9 from oxdev03/change-fix-minor-issues
Browse files Browse the repository at this point in the history
Change fix minor issues
  • Loading branch information
oxdev03 authored Jun 2, 2024
2 parents 3bbb486 + 1208b0a commit 38b98de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Lucene-Kit

[![npm version](https://badge.fury.io/js/lucene-kit.svg)](https://badge.fury.io/js/lucene-kit)
[![NPM Version](https://img.shields.io/npm/v/lucene-kit)](https://www.npmjs.com/package/lucene-kit)
[![Build Status](https://github.com/oxdev03/lucene-kit/actions/workflows/release.yml/badge.svg)](https://github.com/oxdev03/lucene-kit/actions)
[![Coverage Status](https://codecov.io/github/oxdev03/lucene-kit/graph/badge.svg?token=PKJ7DPIBN7)](https://codecov.io/github/oxdev03/lucene-kit)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Downloads](https://img.shields.io/npm/dt/lucene-kit.svg)](https://www.npmjs.com/package/lucene-kit)
[![NPM Downloads](https://img.shields.io/npm/d18m/lucene-kit)](https://www.npmjs.com/package/lucene-kit)

Lucene-Kit offers a lightweight and extended Lucene-like parser, search engine, and serializer for JavaScript and TypeScript applications.

Expand Down
9 changes: 9 additions & 0 deletions vitest.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
coverage: {
exclude: ['scripts/**', 'src/benchmark/**', 'src/xlucene/lucene.ts', 'commitlint.config.js'],
},
},
});

0 comments on commit 38b98de

Please sign in to comment.