Skip to content

Commit

Permalink
[wf] codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Nov 30, 2024
1 parent 65a1014 commit e87dac1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,35 @@ jobs:
name: Test with Python (${{ matrix.python_version }})

steps:
- name: Checkout source code
- name: Checkout source code
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
allow-prereleases: true

- name: Install package
run: python -m pip install .[test]

- name: Run tests
run: python3 -m pytest

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4.5.0
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# flags: unittests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests

lint:
runs-on: ubuntu-latest
name: Lint

steps:
- name: Checkout source code
- name: Checkout source code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [{ name = "grindsa", email = "grindelsack@gmail.com" }]
name = "dkb_robo"
description = "Download transactions from the website of Deutsche Kreditbak AG"
keywords = ["Deutsche Kreditbank", "DKB"]
version = "0.27"
version = "0.27.1"
readme = "README.md"
classifiers = [
# Keep in sync with the Python version matrix in test_lint.yaml GitHub workflow.
Expand Down

0 comments on commit e87dac1

Please sign in to comment.