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 c952a42 commit cd87d73Copy full SHA for cd87d73
.github/workflows/coverage.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Calculate base code coverage
44
run: |
45
- nox --sessions unit-3.13
+ nox --sessions unit-3.14
46
coverage report --show-missing
47
export CUR_COVER=$(coverage report | awk '$1 == "TOTAL" {print $NF+0}')
48
echo "CUR_COVER=$CUR_COVER" >> $GITHUB_ENV
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Calculate PR code coverage
58
59
60
61
export PR_COVER=$(coverage report | awk '$1 == "TOTAL" {print $NF+0}')
62
echo "PR_COVER=$PR_COVER" >> $GITHUB_ENV
0 commit comments