Skip to content

Commit 8d13115

Browse files
committed
Add test badge
1 parent 00e2454 commit 8d13115

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python application
4+
name: Pytest & Flake8
55

66
on:
77
push:

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
88

99
[Unreleased]
1010
------------
11+
Changed
12+
^^^^^^^
13+
Fixed
14+
^^^^^
15+
Added
16+
^^^^^
1117

18+
[3.4.0] - 2021-03-29
19+
--------------------
1220
Changed
1321
^^^^^^^
1422
- `TrackEddiesObservations.filled_by_interpolation` method stop to normalize longitude, to continue to have same

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![Documentation Status](https://readthedocs.org/projects/py-eddy-tracker/badge/?version=stable)](https://py-eddy-tracker.readthedocs.io/en/stable/?badge=stable)
33
[![Gitter](https://badges.gitter.im/py-eddy-tracker/community.svg)](https://gitter.im/py-eddy-tracker/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
44
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/AntSimi/py-eddy-tracker/master?urlpath=lab/tree/notebooks/python_module/)
5+
[![pytest](https://github.com/AntSimi/py-eddy-tracker/actions/workflows/python-app.yml/badge.svg)](https://github.com/AntSimi/py-eddy-tracker/actions/workflows/python-app.yml)
56

67
# README #
78

0 commit comments

Comments
 (0)