Skip to content

Commit 4f3231c

Browse files
build: fix tag format and remove codecov (#4)
1 parent 0c8dd43 commit 4f3231c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build-python.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@ jobs:
3030
- name: pytest + coverage
3131
run: |
3232
set -o pipefail
33-
poetry run pytest --cov-report xml --cov=beaker
34-
35-
- uses: codecov/codecov-action@v3
36-
with:
37-
files: ./coverage.xml
38-
verbose: true
33+
poetry run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=beaker
3934
4035
- name: stop sandbox
4136
run: docker compose down

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ upload_to_repository = false
5353
tag_commit = true
5454
branch = "master"
5555
commit_message = "{version}\n\nskip-checks: true"
56+
tag_format = "{version}"

0 commit comments

Comments
 (0)