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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mapping of event listener codes to APScheduler event classes #99

Merged
merged 1 commit into from
Aug 11, 2020
Merged

Fix mapping of event listener codes to APScheduler event classes #99

merged 1 commit into from
Aug 11, 2020

Conversation

jcass77
Copy link
Owner

@jcass77 jcass77 commented Aug 11, 2020

Fixes #98.

@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2020

Codecov Report

Merging #99 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   96.56%   96.57%   +0.01%     
==========================================
  Files           6        6              
  Lines         262      263       +1     
==========================================
+ Hits          253      254       +1     
  Misses          9        9              
Impacted Files Coverage Δ
django_apscheduler/jobstores.py 97.01% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d41a07...7b41683. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError: 'JobSubmissionEvent' object has no attribute 'scheduled_run_time'
2 participants