Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[UPD] add program sequence id to programs #95

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

nhatnm0612
Copy link
Contributor

What this PR does?

Add new field program_id to program, following sequence.

Close: #88

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #95 (0d1a4b2) into 15.0 (f585380) will increase coverage by 0.02%.
The diff coverage is 100.00%.

❗ Current head 0d1a4b2 differs from pull request most recent head d7fcaa8. Consider uploading reports for the commit d7fcaa8 to get more accurate results

@@            Coverage Diff             @@
##             15.0      #95      +/-   ##
==========================================
+ Coverage   80.26%   80.29%   +0.02%     
==========================================
  Files          75       75              
  Lines        1718     1720       +2     
  Branches      185      186       +1     
==========================================
+ Hits         1379     1381       +2     
  Misses        287      287              
  Partials       52       52              
Impacted Files Coverage Δ
spp_programs/models/programs.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nhatnm0612 nhatnm0612 force-pushed the 88-program-sequence-id branch from 0d1a4b2 to d7fcaa8 Compare June 28, 2023 05:13
@gonzalesedwin1123 gonzalesedwin1123 changed the base branch from 15.0 to 15.1 September 5, 2023 09:45
@gonzalesedwin1123 gonzalesedwin1123 merged commit 4bba171 into 15.1 Sep 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a field program_id to each program. It is a string auto generated with the format: PROG_{SEQ}
3 participants