Skip to content

Commit

Permalink
fix: ci/cd push build coverage + planning (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladyslavKurmaz authored Sep 25, 2024
1 parent fd83a9c commit c660b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
uses: ./.github/workflows/base.yaml
with:
tests: static
tests: unit, static
package-n-upload: false
secrets:
SONAR_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .todo
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ tasks: |
[+:019:v0.5.0] Add component as optional parameter for ls command @vlad.k
[-:018:v0.6.0] Generate snapshot @vlad.k
[+:017:v0.5.0] Add SRS section @vlad.k
[-:016:v0.6.0] Add describe command with resolved links @vlad.k
[-:016:v0.7.0] Add describe command with resolved links @vlad.k
[x:015:v0.5.0] Integrate .tpm folder at repository root level to store snapshots @vlad.k
[-:014:v0.6.0] Update README.md with Hello World section using <https://github.com/project-talan/tln-pm-demo> repository @vlad.k
[-:014:v0.7.0] Update README.md with Hello World section using <https://github.com/project-talan/tln-pm-demo> repository @vlad.k
[+:013:v0.6.0] Add search @vlad.k
[+:012:v0.6.0] Add CI/CD @vlad.k
[+:011:v0.6.0] Add unit test framework @vlad.k
[+:010:v0.6.0] Extract tags, timeline from task description @vlad.k
[+:009:v0.5.0] Add command to generate .todo template --team, --timeline, --tasks, --force @vlad.k
[-:008:v0.6.0] Merge multiple descriptions from one file @vlad.k
[+:008:v0.6.0] Merge multiple descriptions from one file @vlad.k
[-:007:v0.6.0] Server command: express server + fs watch @vlad.k
[+:006:v0.4.0] Extract status, id, assingees from task description @vlad.k
[+:005:v0.4.0] Implement ls command for timeline @vlad.k
Expand Down

0 comments on commit c660b4a

Please sign in to comment.