Skip to content

Commit

Permalink
Merge pull request #41 from BrainLesion/neuronflow-patch-3
Browse files Browse the repository at this point in the history
unified badges and workflow names
  • Loading branch information
neuronflow authored Dec 4, 2023
2 parents 5299a3e + 98b0901 commit 4d84794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Test
name: tests

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![test](https://github.com/BrainLesion/preprocessing/actions/workflows/python-package.yml/badge.svg)](https://github.com/BrainLesion/preprocessing/actions/workflows/python-package.yml)
[![PyPI version preprocessing](https://badge.fury.io/py/brainles-preprocessing.svg)](https://pypi.python.org/pypi/brainles-preprocessing/)
[![Documentation Status](https://readthedocs.org/projects/brainles-preprocessing/badge/?version=latest)](http://brainles-preprocessing.readthedocs.io/?badge=latest)
[![tests](https://github.com/BrainLesion/preprocessing/actions/workflows/tests.yml/badge.svg)](https://github.com/BrainLesion/preprocessing/actions/workflows/tests.yml)


# BrainLes-Preprocessing

Expand Down

0 comments on commit 4d84794

Please sign in to comment.