Skip to content

Commit

Permalink
Add project 1 FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
sshockwave authored Nov 21, 2023
1 parent 342c3cb commit f417007
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/assignments/project-1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Project 1: JSON

TBA
## FAQ

- CI log是什么?
- CI指的是Continuous Integration(文档里面有介绍),我们用的是GitHub Actions,因此打开Actions页面,找到对应的运行记录,然后就能查看它的log。
- Code Coverage是什么?
- 被测试过的代码行数 / 总代码行数
- `src/subtask/*_test`是我们用于给分的测试,不算coverage,你需要自己另外实现unit test。

0 comments on commit f417007

Please sign in to comment.