Skip to content

Commit a564f9e

Browse files
committed
fixed project name
1 parent 6c3497d commit a564f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pip install .
2424

2525
- name: Run tests
26-
run: pytest --cov=argalias --cov-branch --cov-report=xml --cov-report=xml:coverage.xml
26+
run: pytest --cov=showcert --cov-branch --cov-report=xml --cov-report=xml:coverage.xml
2727

2828
- name: List files
2929
run: ls -al
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
slug: yaroslaff/showcert
36-
36+

0 commit comments

Comments
 (0)