Skip to content

Commit

Permalink
Merge pull request #202 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Dec 31, 2024
2 parents 6a74953 + 356eac2 commit e186588
Show file tree
Hide file tree
Showing 27 changed files with 3,219 additions and 6,365 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- run: npm run test:mutation
- uses: actions/upload-artifact@v3
with:
name: mutation-tests-reports
path: reports
name: stryker-reports
path: .stryker-reports

concurrency:
group: ci_${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ build

# stryker temp files
.stryker-tmp
reports
.stryker-reports
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Cube

Data structures made in Typescript
[![CI](https://github.com/gabrielrufino/cube/actions/workflows/ci.yml/badge.svg)](https://github.com/gabrielrufino/cube/actions/workflows/ci.yml)
[![CD](https://github.com/gabrielrufino/cube/actions/workflows/cd.yml/badge.svg)](https://github.com/gabrielrufino/cube/actions/workflows/cd.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=gabrielrufino_cube&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=gabrielrufino_cube)

<small>Black Tech By [Gabriel Rufino](https://github.com/gabrielrufino) 🖤</small>
Data structures made in Typescript

## Getting started

Expand Down Expand Up @@ -41,3 +43,7 @@ const cube = require('@gabrielrufino/cube')
* [Min Heap](./docs/MinHeap.md)
* [Max Heap](./docs/MaxHeap.md)
* [Graph](./docs/Graph.md)

---

<small>Black Tech By [Gabriel Rufino](https://github.com/gabrielrufino) 🖤</small>
14 changes: 0 additions & 14 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit e186588

Please sign in to comment.