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.
2 parents a4e2bdd + 8a27117 commit da2ba34Copy full SHA for da2ba34
.github/workflows/build.yml
@@ -10,8 +10,8 @@ permissions:
10
contents: read
11
12
jobs:
13
- build-and-test:
14
- name: Build project and run tests
+ run-tests:
+ name: Run linters and unit tests
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
@@ -45,11 +45,9 @@ jobs:
45
uv run pytest --cov=powerapi --cov-report=term --cov-report=xml tests/unit
46
47
- name: Upload coverage reports to Codecov
48
- if: ${{ matrix.python-version }} == "3.10"
49
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
- file: coverage.xml
53
54
build-container-image:
55
name: Build container image
0 commit comments