Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73336fc

Browse filesBrowse files

File tree

Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+11Lines changed: 11 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.