Skip to content

Commit

Permalink
configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Aug 30, 2024
1 parent ef33400 commit fdedbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
cache: "pip"
cache-dependency-path: "pyproject.toml"
- run: pip install -c .github/test-constraints.txt '.[test]'
- run: pytest --cov --cov-report=lcov
- name: Coverage
uses: coverallsapp/github-action@v2
- run: pytest --cov=heracles --cov-report=lcov
- uses: coverallsapp/github-action@v2
build:
name: Build
runs-on: ubuntu-latest
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ Documentation = "https://heracles.readthedocs.io/"
Homepage = "https://github.com/heracles-ec/heracles"
Issues = "https://github.com/heracles-ec/heracles/issues"

[tool.coverage]
report = {skip_covered = true, sort = "cover"}
run = {branch = true, parallel = true, source = [
"heracles",
]}

[tool.hatch]
build.hooks.vcs.version-file = "heracles/_version.py"
version.source = "vcs"
Expand Down

0 comments on commit fdedbc4

Please sign in to comment.