Skip to content

Commit

Permalink
chore: remove blueracer
Browse files Browse the repository at this point in the history
The service has been discontinued.

Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman authored and zupo committed Mar 1, 2024
1 parent 1414a2b commit cc0acc2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
name: htmlcov
path: htmlcov

- name: Upload test durations to BlueRacer.io
if: |
github.event_name == 'pull_request' ||
(github.event_name == 'push' && !contains(github.ref, 'refs/tags/'))
env:
BLUERACER_TOKEN: ${{ secrets.BLUERACER_TOKEN }}
run: bash <(curl -s https://app.blueracer.io/upload)

test_38:
name: "Python 3.8 Tests"

Expand Down
5 changes: 0 additions & 5 deletions py38/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ line_length=88
profile="black"


[tool.pytest.ini_options]
# for more accurate BlueRacer.io test duration reports
junit_duration_report = "call"


[tool.mypy]
follow_imports = "silent"
check_untyped_defs = true
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ line_length=88
profile="black"


[tool.pytest.ini_options]
# for more accurate BlueRacer.io test duration reports
junit_duration_report = "call"


[tool.mypy]
follow_imports = "silent"
check_untyped_defs = true
Expand Down

0 comments on commit cc0acc2

Please sign in to comment.