We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4ff1d commit e72fdc8Copy full SHA for e72fdc8
.github/workflows/coverage.yaml
@@ -13,10 +13,11 @@ jobs:
13
strategy:
14
matrix:
15
python-version:
16
- - '3.8'
+ - '3.9'
17
- '3.10'
18
- '3.11'
19
- '3.12'
20
+ - '3.13'
21
22
steps:
23
- uses: actions/checkout@v4
.github/workflows/package.yaml
@@ -12,10 +12,11 @@ jobs:
12
name: Python ${{ matrix.python-version }}
.gitignore
@@ -7,3 +7,5 @@ robot_folders.egg-info
7
src/robot_folders/build/
8
build/
9
dist/
10
+.coverage
11
+coverage.xml
0 commit comments