Skip to content

Commit

Permalink
Merge pull request #62 from glut23/improvements
Browse files Browse the repository at this point in the history
Rephrased change
  • Loading branch information
glut23 committed May 15, 2024
2 parents 5d70451 + e2fe9ba commit c8eb6dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ History
* Added comments support
* Added from_string
* Added iterate over a slice of captions
* Full refactor of the library without breaking changes
* Refactor of the library
* Improved BOM support allowing to keep the BOM or remove it
* Deprecated read_buffer in favor of from_buffer
* Removed support for old versions of Python: 3.4, 3.5 and 3.6
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ commands =
[testenv:coverage]
deps = coverage
commands =
coverage html --fail-under=0
coverage xml
coverage report

0 comments on commit c8eb6dc

Please sign in to comment.