Skip to content

Commit

Permalink
Renamed tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tahv committed Mar 31, 2024
1 parent 7034c9d commit 85b2987
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests and type checking
name: Tests & Mypy

on:
push:
Expand All @@ -9,8 +9,6 @@ on:
- main

# TODO: pages
# TODO: build
# TODO: publish

jobs:
mypy:
Expand Down Expand Up @@ -83,7 +81,7 @@ jobs:
run: |
python -Im pip install --upgrade pip
python -Im pip install coverage
- name: Combine coverage and report
- name: Combine and report
run: |
python -Im coverage combine
# Report in summary
Expand Down

0 comments on commit 85b2987

Please sign in to comment.