We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7755b commit 008ef38Copy full SHA for 008ef38
environments/coverage.txt
@@ -0,0 +1 @@
1
+coveralls==4.0.1
environments/coverage.yml
@@ -2,7 +2,9 @@ name: Coverage specific packages
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.13
+ - python=3.12 # no python 3.13 support by coveralls
6
- coverage[toml]
7
- llvm
8
- pytest-cov
9
+ - pip:
10
+ - -r coverage.txt
0 commit comments