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 562c445 commit 19ac84cCopy full SHA for 19ac84c
.github/workflows/tests.yml
@@ -53,6 +53,17 @@ jobs:
53
COV_CORE_SOURCE: .
54
COV_CORE_CONFIG: .coveragerc
55
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
67
- uses: codecov/codecov-action@v4
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments