Skip to content

Commit

Permalink
tests update + readme badge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrilec committed Jan 5, 2025
1 parent 154d25e commit e200318
Show file tree
Hide file tree
Showing 10 changed files with 4,726 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [doc]
schedule:
- cron: '0 3 * * *'
- cron: '0 3 * * 0'

jobs:
build:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

[![](https://badge.fury.io/py/pynsee.svg)](https://pypi.org/project/pynsee/)
[![](https://github.com/InseeFrLab/pynsee/actions/workflows/pkgTests.yml/badge.svg)](https://github.com/InseeFrLab/pynsee/actions)
[![](https://github.com/InseeFrLab/pynsee/actions/workflows/examples.yml/badge.svg)](https://github.com/InseeFrLab/pynsee/actions)
[![](https://codecov.io/gh/InseeFrLab/pynsee/branch/master/graph/badge.svg?token=TO96FMWRHK)](https://codecov.io/gh/InseeFrLab/pynsee?branch=master)
[![Tests Status](https://github.com/InseeFrLab/pynsee/reports/tests-badge.svg?dummy=8484744)](https://github.com/InseeFrLab/pynsee/reports/junit/report.html)
[![Coverage Status](https://github.com/InseeFrLab/pynsee/reports/coverage-badge.svg?dummy=8484744)](https://github.com/InseeFrLab/pynsee/htmlcov/index.html)

<!-- [![](https://github.com/InseeFrLab/pynsee/actions/workflows/pkgTests.yml/badge.svg)](https://github.com/InseeFrLab/pynsee/actions)
[![](https://github.com/InseeFrLab/pynsee/actions/workflows/examples.yml/badge.svg)](https://github.com/InseeFrLab/pynsee/actions) -->
<!-- [![](https://codecov.io/gh/InseeFrLab/pynsee/branch/master/graph/badge.svg?token=TO96FMWRHK)](https://codecov.io/gh/InseeFrLab/pynsee?branch=master) -->
[![](https://readthedocs.org/projects/pynsee/badge/?version=latest)](https://pynsee.readthedocs.io/en/latest/?badge=latest)
[![](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg)](https://www.python.org/)
[![](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/)
Expand Down
Loading

0 comments on commit e200318

Please sign in to comment.