Skip to content

Commit 9c02ab8

Browse files
authored
[INF] Merge codecov.yml into tests.yml (#1185)
* merge codecov.yml into tests.yml * Update CHANGELOG.md
1 parent 8445dc0 commit 9c02ab8

File tree

3 files changed

+8
-45
lines changed

3 files changed

+8
-45
lines changed

.github/workflows/codecov.yml

-44
This file was deleted.

.github/workflows/tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: pyjanitor tests
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- dev
7+
pull_request:
8+
branches:
9+
- dev
410

511
concurrency:
612
group: ${{ github.workflow }}-${{ github.ref }}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- [ENH] `select_rows` function added for flexible row selection. Add support for MultiIndex selection via dictionary. Issue #1124 @samukweku
3232
- [TST] Compat with macos and window, to fix `FailedHealthCheck` Issue #1181 @Zeroto521
3333
- [INF] Merge two docs CIs (`docs-preview.yml` and `docs.yml`) to one. And add `documentation` pytest mark. PR #1183 @Zeroto521
34+
- [INF] Merge `codecov.yml` (only works for the dev branch pushing event) into `tests.yml` (only works for PR event). PR #1185 @Zeroto521
3435

3536
## [v0.23.1] - 2022-05-03
3637

0 commit comments

Comments
 (0)