File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11name : CI
2-
3- permissions :
4- contents : read
5- packages : read
2+ permissions : read-all
63
74on :
85 workflow_dispatch :
96 pull_request :
107 push :
11- branches :
12- - main
8+ branches : [main]
139
1410concurrency :
1511 group : ${{ github.workflow }}-${{ github.ref }}
7672
7773 - name : Test package
7874 run : >-
79- uv run pytest src docs tests -ra -- cov --cov-report=xml
75+ uv run pytest src docs tests -cov --cov-report=xml
8076 --cov-report=term --durations=20
8177
8278 - name : Upload coverage report
@@ -111,7 +107,7 @@ jobs:
111107
112108 - name : Test package
113109 run : >-
114- uv run pytest src docs tests -ra - -cov --cov-report=xml
110+ uv run pytest src docs tests --cov --cov-report=xml
115111 --cov-report=term --durations=20 --mpl
116112
117113 - name : Upload coverage report
You can’t perform that action at this time.
0 commit comments