Merge branch

This commit is contained in:
PyryL 2022-12-12 20:16:01 +02:00
commit da75380f8a
2 changed files with 6 additions and 1 deletions

View File

@ -21,4 +21,8 @@ jobs:
- name: Init environment
run: poetry install
- name: Unit tests
run: poetry run pytest tests
run: poetry run coverage run --branch -m pytest tests
- name: Write coverage report
run: poetry run coverage xml
- name: Send coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)

View File

@ -1,6 +1,7 @@
# FixedCal
[![CI](https://github.com/PyryL/fixedcal/actions/workflows/main.yml/badge.svg)](https://github.com/PyryL/fixedcal/actions)
[![codecov](https://codecov.io/gh/PyryL/fixedcal/branch/main/graph/badge.svg?token=ZMYYLBUPNA)](https://codecov.io/gh/PyryL/fixedcal)
Python package for international fixed calendar dates.