We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8dd43 commit 4f3231cCopy full SHA for 4f3231c
.github/workflows/build-python.yaml
@@ -30,12 +30,7 @@ jobs:
30
- name: pytest + coverage
31
run: |
32
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
+ poetry run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=beaker
39
40
- name: stop sandbox
41
run: docker compose down
pyproject.toml
@@ -53,3 +53,4 @@ upload_to_repository = false
53
tag_commit = true
54
branch = "master"
55
commit_message = "{version}\n\nskip-checks: true"
56
+tag_format = "{version}"
0 commit comments