Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on:
push:
branches:
- master
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Publish coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./jest-coverage/lcov.info
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<h1 align="center">Github Contribution Stats</h1>
<p align="center">Get your dynamically generated Github Contribution Stats! :chart_with_upwards_trend: :calendar:</p>
<p align="center">
<a href="https://travis-ci.org/LordDashMe/github-contribution-stats">
<img src="https://img.shields.io/travis/com/LordDashMe/github-contribution-stats?style=for-the-badge" />
</a>
<a href="https://coveralls.io/github/LordDashMe/github-contribution-stats?branch=master">
<img src="https://img.shields.io/coveralls/github/LordDashMe/github-contribution-stats?style=for-the-badge" />
<a href="https://github.com/LordDashMe/github-contribution-stats/actions/workflows/ci.yml">
<img src="https://img.shields.io/github/actions/workflow/status/LordDashMe/github-contribution-stats/ci.yml?branch=master&style=for-the-badge" />
</a>
</p>
<p align="center">
Expand Down
Loading