HephaestusProject / template

MIT License
8 stars 1 forks source link

fix: Github Action push 에러 수정 #28

Closed ssaru closed 4 years ago

ssaru commented 4 years ago

Refs: #11

Pull Request

레파지토리에 기여해주셔서 감사드립니다.

해당 PR을 제출하기 전에 아래 사항이 완료되었는지 확인 부탁드립니다:

1. 해당 PR은 어떤 내용인가요?

2. PR과 관련된 이슈가 있나요?

codecov-commenter commented 4 years ago

Codecov Report

Merging #28 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines            7        20   +13     
=========================================
+ Hits             7        20   +13     
Flag Coverage Δ
#tests 100.00% <ø> (ø)
Impacted Files Coverage Δ
pytest_sample.py
tests/test_sample.py
tests/test_operation.py 100.00% <0.00%> (ø)
lib/operation.py 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 a60e4e5...01223fb. Read the comment docs.

ssaru commented 4 years ago

후..... 이게 핵심이었네요.... 후..... 🤕

- uses: actions/checkout@v2
   with:
      ref: ${{ github.event.pull_request.head.sha }}