We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6927a9 commit 4ff8db0Copy full SHA for 4ff8db0
.github/workflows/_config.yml
@@ -61,7 +61,7 @@ jobs:
61
# Operating Systems to test
62
# Comment out any OS you want to skip during development
63
OS_MATRIX='[
64
- "ubuntu-latest"
+ "macos-latest"
65
]'
66
# To add more OS: "macos-latest", "windows-latest"
67
@@ -73,7 +73,7 @@ jobs:
73
# To add more versions: "3.9", "3.10", "3.12"
74
75
# Primary OS and Python for single-runner jobs
76
- PRIMARY_OS="ubuntu-latest"
+ PRIMARY_OS="macos-latest"
77
PRIMARY_PYTHON="3.11"
78
79
# Enable/Disable Jobs
.github/workflows/_test.yml
@@ -90,3 +90,5 @@ jobs:
90
uses: codecov/codecov-action@v4
91
with:
92
file: ./coverage.xml
93
+ token: ${{ secrets.CODECOV_TOKEN }}
94
+ fail_ci_if_error: false
0 commit comments