Skip to content

Commit 1cd845f

Browse files
authored
Add coverage file and name
1 parent da55a7f commit 1cd845f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Main
22

3-
on:
3+
on:
44
push:
55
pull_request:
6-
branches:
7-
- master
86

97
jobs:
108
test:
@@ -35,6 +33,8 @@ jobs:
3533
- name: Upload coverage to Codecov
3634
uses: codecov/codecov-action@v1
3735
with:
36+
file: ./coverage.xml
37+
name: ${{ matrix.python }} - ${{ matrix.install_extras }}
3838
env_vars: OS,PYTHON
3939
fail_ci_if_error: true
4040

0 commit comments

Comments
 (0)