Skip to content

Commit

Permalink
[INF] Merge codecov.yml into tests.yml (#1185)
Browse files Browse the repository at this point in the history
* merge codecov.yml into tests.yml

* Update CHANGELOG.md
  • Loading branch information
Zeroto521 authored Nov 2, 2022
1 parent 8445dc0 commit 9c02ab8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 45 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/codecov.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: pyjanitor tests

on: [pull_request]
on:
push:
branches:
- dev
pull_request:
branches:
- dev

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [ENH] `select_rows` function added for flexible row selection. Add support for MultiIndex selection via dictionary. Issue #1124 @samukweku
- [TST] Compat with macos and window, to fix `FailedHealthCheck` Issue #1181 @Zeroto521
- [INF] Merge two docs CIs (`docs-preview.yml` and `docs.yml`) to one. And add `documentation` pytest mark. PR #1183 @Zeroto521
- [INF] Merge `codecov.yml` (only works for the dev branch pushing event) into `tests.yml` (only works for PR event). PR #1185 @Zeroto521

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

Expand Down

0 comments on commit 9c02ab8

Please sign in to comment.