brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

al - fixes json filename bug #518

Closed adrianlindell closed 2 years ago

adrianlindell commented 2 years ago

In this PR, we fix a bug where the downloaded JSON file had a filename ending in CSV. Now, it has a filename ending in .json Closes #507

codecov-commenter commented 2 years ago

Codecov Report

Merging #518 (3217ee6) into master (6f3fe32) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #518   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         3    +1     
  Lines           65        68    +3     
  Branches         4         4           
=========================================
+ Hits            65        68    +3     
Impacted Files Coverage Δ
app/javascript/components/Course/JoinPage.jsx 100.00% <0.00%> (ø)

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 6f3fe32...3217ee6. Read the comment docs.