Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename folder to logging + symlink changelog
  • Loading branch information
ueman committed Nov 27, 2021
commit dd2f5fa951be1d1a33202abfc678d73f098081a9
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
pull_request:
paths-ignore:
- 'sentry_logging/**'
- 'logging/**'
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
pull_request:
paths-ignore:
- 'sentry_logging/**'
- 'logging/**'
defaults:
run:
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20
defaults:
run:
working-directory: ./sentry_logging
working-directory: ./logging
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -50,12 +50,12 @@ jobs:
if: runner.os == 'Linux'
with:
name: sentry
file: ./sentry_logging/coverage/lcov.info
file: ./logging/coverage/lcov.info

- uses: VeryGoodOpenSource/[email protected]
if: runner.os == 'Linux'
with:
path: "./sentry_logging/coverage/lcov.info"
path: "./logging/coverage/lcov.info"
min_coverage: 90

analyze:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

* Feat: Integration for `logging` (#631)

# 6.1.0

* Bump: Sentry-Android to 5.3.0 and Sentry-Cocoa to 7.5.1 (#629)
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions logging/CHANGELOG.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions sentry_logging/CHANGELOG.md

This file was deleted.