Skip to content

Commit 8ea09f0

Browse files
authoredOct 3, 2024··
Merge pull request #13 from bobleesj/patch-1
Correct CI badger URL for matrix
2 parents 56be4d8 + 9781ec5 commit 8ea09f0

File tree

3 files changed

+25
-37
lines changed

3 files changed

+25
-37
lines changed
 

‎README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
.. |Black| image:: https://img.shields.io/badge/code_style-black-black
1616
:target: https://github.com/psf/black
1717

18-
.. |CI| image:: https://github.com/diffpy/diffpy.fourigui/actions/workflows/main.yml/badge.svg
19-
:target: https://github.com/diffpy/diffpy.fourigui/actions/workflows/main.yml
18+
.. |CI| image:: https://github.com/diffpy/diffpy.fourigui/actions/workflows/matrix-and-codecov-on-merge-to-main.yml/badge.svg
19+
:target: https://github.com/diffpy/diffpy.fourigui/actions/workflows/matrix-and-codecov-on-merge-to-main.yml
2020

2121
.. |Codecov| image:: https://codecov.io/gh/diffpy/diffpy.fourigui/branch/main/graph/badge.svg
2222
:target: https://codecov.io/gh/diffpy/diffpy.fourigui

‎news/file.rst

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

‎tests/debug.py

-35
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.