Skip to content

Commit

Permalink
Merge pull request #764 from Quramy/configure_codecov
Browse files Browse the repository at this point in the history
chore: Configure codecov
  • Loading branch information
Quramy committed Mar 4, 2024
2 parents 9df389f + 46cb166 commit 782b0cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -28,3 +28,9 @@ jobs:
run: npm run lint
- name: Test
run: npm run test:ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Quramy/pico-ml
files: ./coverage/coverage-final.json
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@

[![github actions](https://github.com/Quramy/pico-ml/workflows/build/badge.svg)](https://github.com/Quramy/pico-ml/actions)
[![npm version](https://badge.fury.io/js/pico-ml.svg)](https://badge.fury.io/js/pico-ml)
[![codecov](https://codecov.io/gh/Quramy/pico-ml/graph/badge.svg?token=ZZN2OX50UX)](https://codecov.io/gh/Quramy/pico-ml)

A toy programming language which is a subset of OCaml.

Expand Down

0 comments on commit 782b0cb

Please sign in to comment.