Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/javascript/ajv-6.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg authored Mar 22, 2022
2 parents 249d8c1 + 0e320f3 commit cf805f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Run unit tests
name: tests

on: push
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
run_tests:
Expand Down Expand Up @@ -28,3 +34,5 @@ jobs:
- name: Run CodeCov
run: |
codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

---
<a href="https://travis-ci.com/github/slundberg/shap"><img src="https://travis-ci.com/slundberg/shap.svg?branch=master"></a>
![example workflow](https://github.com/slundberg/shap/actions/workflows/run_tests.yml/badge.svg)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/slundberg/shap/master)
[![Documentation Status](https://readthedocs.org/projects/shap/badge/?version=latest)](https://shap.readthedocs.io/en/latest/?badge=latest)

Expand Down

0 comments on commit cf805f6

Please sign in to comment.