Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRONS support for Quartz and Spring @Scheduled #2952

Merged
merged 8 commits into from
Sep 27, 2023

CRONS pushScope, new PropagationContext, popScope (#2956)

ac4897a
Select commit
Failed to load commit list.
Merged

CRONS support for Quartz and Spring @Scheduled #2952

CRONS pushScope, new PropagationContext, popScope (#2956)
ac4897a
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Sep 27, 2023 in 1s

71.70% of diff hit (target 79.62%)

View this Pull Request on Codecov

71.70% of diff hit (target 79.62%)

Annotations

Check warning on line 45 in sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentryCheckInAdvice.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentryCheckInAdvice.java#L45

Added line #L45 was not covered by tests

Check warning on line 12 in sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentryQuartzConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentryQuartzConfiguration.java#L12

Added line #L12 was not covered by tests

Check warning on line 16 in sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentryQuartzConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentryQuartzConfiguration.java#L16

Added line #L16 was not covered by tests

Check warning on line 9 in sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentrySchedulerFactoryBeanCustomizer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentrySchedulerFactoryBeanCustomizer.java#L9

Added line #L9 was not covered by tests

Check warning on line 13 in sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentrySchedulerFactoryBeanCustomizer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring-jakarta/src/main/java/io/sentry/spring/jakarta/checkin/SentrySchedulerFactoryBeanCustomizer.java#L12-L13

Added lines #L12 - L13 were not covered by tests

Check warning on line 45 in sentry-spring/src/main/java/io/sentry/spring/checkin/SentryCheckInAdvice.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring/src/main/java/io/sentry/spring/checkin/SentryCheckInAdvice.java#L45

Added line #L45 was not covered by tests

Check warning on line 12 in sentry-spring/src/main/java/io/sentry/spring/checkin/SentryQuartzConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring/src/main/java/io/sentry/spring/checkin/SentryQuartzConfiguration.java#L12

Added line #L12 was not covered by tests

Check warning on line 16 in sentry-spring/src/main/java/io/sentry/spring/checkin/SentryQuartzConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring/src/main/java/io/sentry/spring/checkin/SentryQuartzConfiguration.java#L16

Added line #L16 was not covered by tests

Check warning on line 9 in sentry-spring/src/main/java/io/sentry/spring/checkin/SentrySchedulerFactoryBeanCustomizer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring/src/main/java/io/sentry/spring/checkin/SentrySchedulerFactoryBeanCustomizer.java#L9

Added line #L9 was not covered by tests

Check warning on line 13 in sentry-spring/src/main/java/io/sentry/spring/checkin/SentrySchedulerFactoryBeanCustomizer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry-spring/src/main/java/io/sentry/spring/checkin/SentrySchedulerFactoryBeanCustomizer.java#L12-L13

Added lines #L12 - L13 were not covered by tests

Check warning on line 37 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 51 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L51

Added line #L51 was not covered by tests

Check warning on line 72 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 80 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 84 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 125 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L125

Added line #L125 was not covered by tests

Check warning on line 164 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L162-L164

Added lines #L162 - L164 were not covered by tests

Check warning on line 215 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L215

Added line #L215 was not covered by tests

Check warning on line 217 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L217

Added line #L217 was not covered by tests

Check warning on line 234 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L231-L234

Added lines #L231 - L234 were not covered by tests

Check warning on line 241 in sentry/src/main/java/io/sentry/CheckIn.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/CheckIn.java#L238-L241

Added lines #L238 - L241 were not covered by tests

Check warning on line 31 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 59 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L59

Added line #L59 was not covered by tests

Check warning on line 70 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L70

Added line #L70 was not covered by tests

Check warning on line 99 in sentry/src/main/java/io/sentry/MonitorConfig.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sentry/src/main/java/io/sentry/MonitorConfig.java#L97-L99

Added lines #L97 - L99 were not covered by tests