Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
074a54b
1
Parent(s):
4655d23
Correctly tag for coveralls
Browse files- .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml
CHANGED
@@ -84,7 +84,7 @@ jobs:
|
|
84 |
- name: "Coveralls"
|
85 |
env:
|
86 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
87 |
-
COVERALLS_FLAG_NAME: test-${{ matrix.
|
88 |
COVERALLS_PARALLEL: true
|
89 |
run: coveralls --service=github
|
90 |
|
|
|
84 |
- name: "Coveralls"
|
85 |
env:
|
86 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
87 |
+
COVERALLS_FLAG_NAME: test-${{ matrix.julia-version }}-${{ matrix.python-version }}
|
88 |
COVERALLS_PARALLEL: true
|
89 |
run: coveralls --service=github
|
90 |
|