Skip to content

Commit

Permalink
Update pyproject.toml, remove .travis.yml, update Automated Tests bad…
Browse files Browse the repository at this point in the history
…ge link
  • Loading branch information
daberer committed Jan 27, 2025
1 parent 1cd4546 commit 97748da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 61 deletions.
57 changes: 0 additions & 57 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
flagit
======

.. image:: https://github.com/TUW-GEO/flagit/workflows/Automated%20Tests/badge.svg?branch=main
.. image:: https://github.com/TUW-GEO/flagit/actions/workflows/build.yml/badge.svg?branch=main
:target: https://github.com/TUW-GEO/flagit/actions

.. image:: https://coveralls.io/repos/github/TUW-GEO/flagit/badge.svg?branch=main
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ build-backend = "setuptools.build_meta"
version_scheme = "no-guess-dev"

[tool.pytest.ini_options]
pythonpath = ["src"]
pythonpath = ["src"]
addopts = "--cov=flagit --cov-report=term-missing --verbose"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ extras = True
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
# in order to write a coverage file that can be read by Jenkins.
addopts =
--cov flagit
--cov-report term-missing
--cov
--cov-report=term-missing
--verbose

[aliases]
Expand Down

0 comments on commit 97748da

Please sign in to comment.