Skip to content

Commit 10892c5

Browse files

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tests.yml

+11
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ jobs:
5353
COV_CORE_SOURCE: .
5454
COV_CORE_CONFIG: .coveragerc
5555
COV_CORE_DATAFILE: .coverage.eager
56+
57+
- name: Test with CodSpeed
58+
uses: CodSpeedHQ/action@v3
59+
with:
60+
token: ${{ secrets.CODSPEED_TOKEN }}
61+
run: poetry run py.test --cov=./ --cov-append --cov-report=xml --codspeed
62+
env:
63+
COV_CORE_SOURCE: .
64+
COV_CORE_CONFIG: .coveragerc
65+
COV_CORE_DATAFILE: .coverage.eager
66+
5667
- uses: codecov/codecov-action@v4
5768
with:
5869
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)