Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 5, 2021
1 parent 8093335 commit ca53e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -45,7 +45,7 @@ jobs:


coverage:
name: Combine and check coverage.
name: Combine & check coverage.
runs-on: "ubuntu-latest"
needs: tests

Expand All @@ -62,7 +62,7 @@ jobs:
with:
name: coverage-data

- name: Combine coverage and fail if it's <100%.
- name: Combine coverage & fail if it's <100%.
run: |
python -m coverage combine
python -m coverage html --skip-covered --skip-empty
Expand All @@ -77,7 +77,7 @@ jobs:


system-package:
name: Install and test with system package of Argon2.
name: Install & test with system package of Argon2.
runs-on: "ubuntu-latest"

steps:
Expand Down

0 comments on commit ca53e42

Please sign in to comment.