Skip to content

Commit 3352045

Browse files
authored
Add codecov secret to test on PR GitHub CI workflow - expect to see coverage info (#133)
* Use add codecov secret to test on pr * Fix codecov syntax yaml * Use the existing CODECOV_TOKEN yaml syntax * Add news for codecov in PR * Run CI with empty commit
1 parent 726463f commit 3352045

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/workflows/tests-on-pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
project: diffpy.snmf
1515
c_extension: false
1616
headless: false
17+
secrets:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

news/codecov.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Codecov coverage report in PR
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)